Html Css Color HEX #126129 Crusoe

📋 copy color: '#126129'

red 18 ◦ green 97 ◦ blue 41

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

Shades of Crusoe #126129

Tints of Crusoe #126129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 62.18%

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

R = 11.54%
G = 62.18%
B = 26.28%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#126129 (or 0x126129) is known color: Crusoe. HEX triplet: 12, 61 and 29. RGB value is (18,97,41). Sum of RGB (Red+Green+Blue) = 18+97+41=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #126129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126129 is #ED9ED6. Grayscale: #434343. Windows color (decimal): -15572695 or 2711826. OLE color: 2711826.

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

Color convert

RGB 18 97 41 -
CMYK 0.81 0 0.58 0.62
HSL 137.47º 0.69% 0.23% -
HSV(B) 137.47º 0.81% 0.38% -
XYZ 4.92 8.84 3.54 -
YUV 67 113.33 93.05 -
System Red Green Blue C M Y K H S L
Decimal 18 97 41 0.81 0 0.58 0.62 137.47 0.69 0.23
Hex 12 61 29 51 0 3A 3E 89 45 17
Octal 22 141 51 121 0 72 76 211 105 27
Binary 10010 1100001 101001 1010001 0 111010 111110 10001001 1000101 10111

Color Harmonies of #126129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126129

Black with #126129

Text Example


Text Example

White with #126129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126129; }

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

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

background-color css

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

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

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

border-color css

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

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

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