#0E6128

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

Shades of Crusoe #0E6128

Tints of Crusoe #0E6128

Color information

#0E6128 (or 0x0E6128) is unknown color: approx Crusoe. HEX triplet: 0E, 61 and 28. RGB value is (14,97,40). Sum of RGB (Red+Green+Blue) = 14+97+40=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6128 is #F19ED7. Grayscale: #414141. Windows color (decimal): -15834840 or 2646286. OLE color: 2646286.

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

Color convert

RGB149740-
CMYK0.8600.590.62
HSL138.8º74.77%21.76%-
HSV(B)138.8º85.57%38.04%-
XYZ4.848.83.45-
YUV65.68113.591.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=9.27%
G=64.24%
B=26.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497400.8600.590.62138.874.7721.76
HexE61285603B3E8b4b16
Octal16141501260737621311326
Binary111011000011010001010110011101111111010001011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,97,40); }

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

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

 a { background-color: rgb(14,97,40); }

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

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

 span { border-color: rgb(14,97,40); }

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