Html Css Color HEX #126120 Crusoe

📋 copy color: '#126120'

red 18 ◦ green 97 ◦ blue 32

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

Shades of Crusoe #126120

Tints of Crusoe #126120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 65.99%

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

R = 12.24%
G = 65.99%
B = 21.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#126120 (or 0x126120) is known color: Crusoe. HEX triplet: 12, 61 and 20. RGB value is (18,97,32). Sum of RGB (Red+Green+Blue) = 18+97+32=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #126120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126120 is #ED9EDF. Grayscale: #424242. Windows color (decimal): -15572704 or 2122002. OLE color: 2122002.

HSL color Cylindrical-coordinate representation of color #126120: hue angle of 130.63º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126120 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 32 -
CMYK 0.81 0 0.67 0.62
HSL 130.63º 0.69% 0.23% -
HSV(B) 130.63º 0.81% 0.38% -
XYZ 4.78 8.78 2.81 -
YUV 65.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 18 97 32 0.81 0 0.67 0.62 130.63 0.69 0.23
Hex 12 61 20 51 0 43 3E 83 45 17
Octal 22 141 40 121 0 103 76 203 105 27
Binary 10010 1100001 100000 1010001 0 1000011 111110 10000011 1000101 10111

Color Harmonies of #126120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126120

Black with #126120

Text Example


Text Example

White with #126120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126120; }

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

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

background-color css

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

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

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

border-color css

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

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

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