Html Css Color HEX #126220 Crusoe

📋 copy color: '#126220'

red 18 ◦ green 98 ◦ blue 32

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

Shades of Crusoe #126220

Tints of Crusoe #126220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 66.22%

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

R = 12.16%
G = 66.22%
B = 21.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#126220 (or 0x126220) is known color: Crusoe. HEX triplet: 12, 62 and 20. RGB value is (18,98,32). Sum of RGB (Red+Green+Blue) = 18+98+32=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #126220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126220 is #ED9DDF. Grayscale: #424242. Windows color (decimal): -15572448 or 2122258. OLE color: 2122258.

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

Color convert

RGB 18 98 32 -
CMYK 0.82 0 0.67 0.62
HSL 130.5º 0.69% 0.23% -
HSV(B) 130.5º 0.82% 0.38% -
XYZ 4.88 8.97 2.84 -
YUV 66.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 18 98 32 0.82 0 0.67 0.62 130.5 0.69 0.23
Hex 12 62 20 52 0 43 3E 82 45 17
Octal 22 142 40 122 0 103 76 202 105 27
Binary 10010 1100010 100000 1010010 0 1000011 111110 10000010 1000101 10111

Color Harmonies of #126220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126220

Black with #126220

Text Example


Text Example

White with #126220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126220; }

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

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

background-color css

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

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

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

border-color css

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

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

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