Html Css Color HEX #126027 Crusoe

📋 copy color: '#126027'

red 18 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #126027

Tints of Crusoe #126027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 62.75%

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

R = 11.76%
G = 62.75%
B = 25.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#126027 (or 0x126027) is known color: Crusoe. HEX triplet: 12, 60 and 27. RGB value is (18,96,39). Sum of RGB (Red+Green+Blue) = 18+96+39=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #126027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126027 is #ED9FD8. Grayscale: #424242. Windows color (decimal): -15572953 or 2580498. OLE color: 2580498.

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

Color convert

RGB 18 96 39 -
CMYK 0.81 0 0.59 0.62
HSL 136.15º 0.68% 0.22% -
HSV(B) 136.15º 0.81% 0.38% -
XYZ 4.8 8.64 3.33 -
YUV 66.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 18 96 39 0.81 0 0.59 0.62 136.15 0.68 0.22
Hex 12 60 27 51 0 3B 3E 88 44 16
Octal 22 140 47 121 0 73 76 210 104 26
Binary 10010 1100000 100111 1010001 0 111011 111110 10001000 1000100 10110

Color Harmonies of #126027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126027

Black with #126027

Text Example


Text Example

White with #126027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126027; }

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

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

background-color css

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

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

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

border-color css

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

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

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