#0E6027

Color #0E6027 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0E6027

Tints of Crusoe #0E6027

Color information

#0E6027 (or 0x0E6027) is unknown color: approx Crusoe. HEX triplet: 0E, 60 and 27. RGB value is (14,96,39). Sum of RGB (Red+Green+Blue) = 14+96+39=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6027 is #F19FD8. Grayscale: #414141. Windows color (decimal): -15835097 or 2580494. OLE color: 2580494.

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

Color convert

RGB149639-
CMYK0.8500.590.62
HSL138.29º74.55%21.57%-
HSV(B)138.29º85.42%37.65%-
XYZ4.738.613.33-
YUV64.98113.3391.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=9.40%
G=64.43%
B=26.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1496390.8500.590.62138.2974.5521.57
HexE60275503B3E8a4b16
Octal16140471250737621211326
Binary111011000001001111010101011101111111010001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6027; }

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

 H1.HeaderClassName
 {
   color: #0E6027;
 }
 .AnyTagClassName
 {
   color: #0E6027;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0E6027;
 }
 .BgClassName
 {
   background-color: #0E6027;
 }
</style>
border-color css

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

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

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