Html Css Color HEX #126420 Crusoe

📋 copy color: '#126420'

red 18 ◦ green 100 ◦ blue 32

#126420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #126420

Tints of Crusoe #126420

RGB

 RED value IS 18 (7.42% from 255) = 12%

 GREEN value IS 100 (39.45% from 255) = 66.67%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 12%
G = 66.67%
B = 21.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#126420 (or 0x126420) is known color: Crusoe. HEX triplet: 12, 64 and 20. RGB value is (18,100,32). Sum of RGB (Red+Green+Blue) = 18+100+32=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 100 (39.45% from 255 or 66.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 100 - color contains mainly: green. Hex color #126420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126420 is #ED9BDF. Grayscale: #434343. Windows color (decimal): -15571936 or 2122770. OLE color: 2122770.

HSL color Cylindrical-coordinate representation of color #126420: hue angle of 130.24º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126420 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 100 32 -
CMYK 0.82 0 0.68 0.61
HSL 130.24º 0.69% 0.23% -
HSV(B) 130.24º 0.82% 0.39% -
XYZ 5.07 9.35 2.9 -
YUV 67.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 18 100 32 0.82 0 0.68 0.61 130.24 0.69 0.23
Hex 12 64 20 52 0 44 3D 82 45 17
Octal 22 144 40 122 0 104 75 202 105 27
Binary 10010 1100100 100000 1010010 0 1000100 111101 10000010 1000101 10111

Color Harmonies of #126420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126420

Black with #126420

Text Example


Text Example

White with #126420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126420; }

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

 H1.HeaderClassName
 {
   color: #126420;
 }
 .AnyTagClassName
 {
   color: #126420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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