Html Css Color HEX #126224 Crusoe

📋 copy color: '#126224'

red 18 ◦ green 98 ◦ blue 36

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

Shades of Crusoe #126224

Tints of Crusoe #126224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 11.84%
G = 64.47%
B = 23.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#126224 (or 0x126224) is known color: Crusoe. HEX triplet: 12, 62 and 24. RGB value is (18,98,36). Sum of RGB (Red+Green+Blue) = 18+98+36=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #126224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126224 is #ED9DDB. Grayscale: #434343. Windows color (decimal): -15572444 or 2384402. OLE color: 2384402.

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

Color convert

RGB 18 98 36 -
CMYK 0.82 0 0.63 0.62
HSL 133.5º 0.69% 0.23% -
HSV(B) 133.5º 0.82% 0.38% -
XYZ 4.94 8.99 3.14 -
YUV 67.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 18 98 36 0.82 0 0.63 0.62 133.5 0.69 0.23
Hex 12 62 24 52 0 3F 3E 86 45 17
Octal 22 142 44 122 0 77 76 206 105 27
Binary 10010 1100010 100100 1010010 0 111111 111110 10000110 1000101 10111

Color Harmonies of #126224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126224

Black with #126224

Text Example


Text Example

White with #126224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126224; }

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

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

background-color css

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

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

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

border-color css

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

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

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