Html Css Color HEX #126629 Crusoe

📋 copy color: '#126629'

red 18 ◦ green 102 ◦ blue 41

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

Shades of Crusoe #126629

Tints of Crusoe #126629

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.35%

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

R = 11.18%
G = 63.35%
B = 25.47%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#126629 (or 0x126629) is known color: Crusoe. HEX triplet: 12, 66 and 29. RGB value is (18,102,41). Sum of RGB (Red+Green+Blue) = 18+102+41=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #126629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126629 is #ED99D6. Grayscale: #464646. Windows color (decimal): -15571415 or 2713106. OLE color: 2713106.

HSL color Cylindrical-coordinate representation of color #126629: hue angle of 136.43º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #126629 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 41 -
CMYK 0.82 0 0.60 0.6
HSL 136.43º 0.7% 0.24% -
HSV(B) 136.43º 0.82% 0.4% -
XYZ 5.4 9.79 3.7 -
YUV 69.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 18 102 41 0.82 0 0.60 0.6 136.43 0.7 0.24
Hex 12 66 29 52 0 3C 3C 88 46 18
Octal 22 146 51 122 0 74 74 210 106 30
Binary 10010 1100110 101001 1010010 0 111100 111100 10001000 1000110 11000

Color Harmonies of #126629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126629

Black with #126629

Text Example


Text Example

White with #126629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126629; }

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

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

background-color css

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

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

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

border-color css

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

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

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