Html Css Color HEX #126227 Crusoe

📋 copy color: '#126227'

red 18 ◦ green 98 ◦ blue 39

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

Shades of Crusoe #126227

Tints of Crusoe #126227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 11.61%
G = 63.23%
B = 25.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#126227 (or 0x126227) is known color: Crusoe. HEX triplet: 12, 62 and 27. RGB value is (18,98,39). Sum of RGB (Red+Green+Blue) = 18+98+39=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #126227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126227 is #ED9DD8. Grayscale: #434343. Windows color (decimal): -15572441 or 2581010. OLE color: 2581010.

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

Color convert

RGB 18 98 39 -
CMYK 0.82 0 0.60 0.62
HSL 135.75º 0.69% 0.23% -
HSV(B) 135.75º 0.82% 0.38% -
XYZ 4.98 9.01 3.4 -
YUV 67.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 18 98 39 0.82 0 0.60 0.62 135.75 0.69 0.23
Hex 12 62 27 52 0 3C 3E 88 45 17
Octal 22 142 47 122 0 74 76 210 105 27
Binary 10010 1100010 100111 1010010 0 111100 111110 10001000 1000101 10111

Color Harmonies of #126227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126227

Black with #126227

Text Example


Text Example

White with #126227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126227; }

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

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

background-color css

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

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

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

border-color css

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

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

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