Html Css Color HEX #126222 Crusoe

📋 copy color: '#126222'

red 18 ◦ green 98 ◦ blue 34

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

Shades of Crusoe #126222

Tints of Crusoe #126222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.67%

R = 12%
G = 65.33%
B = 22.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#126222 (or 0x126222) is known color: Crusoe. HEX triplet: 12, 62 and 22. RGB value is (18,98,34). Sum of RGB (Red+Green+Blue) = 18+98+34=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #126222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126222 is #ED9DDD. Grayscale: #424242. Windows color (decimal): -15572446 or 2253330. OLE color: 2253330.

HSL color Cylindrical-coordinate representation of color #126222: hue angle of 132º 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 #126222 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 98 34 -
CMYK 0.82 0 0.65 0.62
HSL 132º 0.69% 0.23% -
HSV(B) 132º 0.82% 0.38% -
XYZ 4.91 8.98 2.99 -
YUV 66.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 18 98 34 0.82 0 0.65 0.62 132 0.69 0.23
Hex 12 62 22 52 0 41 3E 84 45 17
Octal 22 142 42 122 0 101 76 204 105 27
Binary 10010 1100010 100010 1010010 0 1000001 111110 10000100 1000101 10111

Color Harmonies of #126222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126222

Black with #126222

Text Example


Text Example

White with #126222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126222; }

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

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

background-color css

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

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

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

border-color css

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

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

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