Html Css Color HEX #126429 Crusoe

📋 copy color: '#126429'

red 18 ◦ green 100 ◦ blue 41

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

Shades of Crusoe #126429

Tints of Crusoe #126429

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.89%

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

R = 11.32%
G = 62.89%
B = 25.79%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#126429 (or 0x126429) is known color: Crusoe. HEX triplet: 12, 64 and 29. RGB value is (18,100,41). Sum of RGB (Red+Green+Blue) = 18+100+41=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #126429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126429 is #ED9BD6. Grayscale: #444444. Windows color (decimal): -15571927 or 2712594. OLE color: 2712594.

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

Color convert

RGB 18 100 41 -
CMYK 0.82 0 0.59 0.61
HSL 136.83º 0.69% 0.23% -
HSV(B) 136.83º 0.82% 0.39% -
XYZ 5.21 9.4 3.64 -
YUV 68.76 112.33 91.8 -
System Red Green Blue C M Y K H S L
Decimal 18 100 41 0.82 0 0.59 0.61 136.83 0.69 0.23
Hex 12 64 29 52 0 3B 3D 89 45 17
Octal 22 144 51 122 0 73 75 211 105 27
Binary 10010 1100100 101001 1010010 0 111011 111101 10001001 1000101 10111

Color Harmonies of #126429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126429

Black with #126429

Text Example


Text Example

White with #126429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126429; }

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

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

background-color css

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

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

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

border-color css

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

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

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