#123220

Color #123220 Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #123220

Tints of Cardin Green #123220

Color information

#123220 (or 0x123220) is unknown color: approx Cardin Green. HEX triplet: 12, 32 and 20. RGB value is (18,50,32). Sum of RGB (Red+Green+Blue) = 18+50+32=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #123220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123220 is #EDCDDF. Grayscale: #262626. Windows color (decimal): -15584736 or 2109970. OLE color: 2109970.

HSL color Cylindrical-coordinate representation of color #123220: hue angle of 146.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123220 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB185032-
CMYK0.6400.360.80
HSL146.25º47.06%13.33%-
HSV(B)146.25º64%19.61%-
XYZ1.652.511.76-
YUV38.38124.4113.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 32 (12.89% from 255) = 32%
R=18%
G=50%
B=32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1850320.6400.360.80146.2547.0613.33
Hex1232204002450922fd
Octal2262401000441202225715
Binary10010110010100000100000001001001010000100100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123220; }

 p { color: rgb(18,50,32); }

 H1.HeaderClassName
 {
   color: #123220;
 }
 .AnyTagClassName
 {
   color: #123220;
 }
</style>
background-color css

<style>
 a { background-color: #123220; }

 a { background-color: rgb(18,50,32); }

 div.DivClassName
 {
   background-color: #123220;
 }
 .BgClassName
 {
   background-color: #123220;
 }
</style>
border-color css

<style>
 span { border-color: #123220; }

 span { border-color: rgb(18,50,32); }

 td.TdClassName
 {
   border-color: #123220;
 }
 .TagClassName
 {
   border-color: #123220;
 }
</style>