Html Css Color HEX #126229 Crusoe

📋 copy color: '#126229'

red 18 ◦ green 98 ◦ blue 41

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

Shades of Crusoe #126229

Tints of Crusoe #126229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 26.11%

R = 11.46%
G = 62.42%
B = 26.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#126229 (or 0x126229) is known color: Crusoe. HEX triplet: 12, 62 and 29. RGB value is (18,98,41). Sum of RGB (Red+Green+Blue) = 18+98+41=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #126229 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126229 is #ED9DD6. Grayscale: #434343. Windows color (decimal): -15572439 or 2712082. OLE color: 2712082.

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

Color convert

RGB 18 98 41 -
CMYK 0.82 0 0.58 0.62
HSL 137.25º 0.69% 0.23% -
HSV(B) 137.25º 0.82% 0.38% -
XYZ 5.02 9.02 3.58 -
YUV 67.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 18 98 41 0.82 0 0.58 0.62 137.25 0.69 0.23
Hex 12 62 29 52 0 3A 3E 89 45 17
Octal 22 142 51 122 0 72 76 211 105 27
Binary 10010 1100010 101001 1010010 0 111010 111110 10001001 1000101 10111

Color Harmonies of #126229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126229

Black with #126229

Text Example


Text Example

White with #126229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126229; }

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

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

background-color css

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

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

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

border-color css

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

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

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