#0E6126

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

Shades of Crusoe #0E6126

Tints of Crusoe #0E6126

Color information

#0E6126 (or 0x0E6126) is unknown color: approx Crusoe. HEX triplet: 0E, 61 and 26. RGB value is (14,97,38). Sum of RGB (Red+Green+Blue) = 14+97+38=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #0E6126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6126 is #F19ED9. Grayscale: #414141. Windows color (decimal): -15834842 or 2515214. OLE color: 2515214.

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

Color convert

RGB149738-
CMYK0.8600.610.62
HSL137.35º74.77%21.76%-
HSV(B)137.35º85.57%38.04%-
XYZ4.818.783.28-
YUV65.46112.591.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.40%
GREEN value IS 97 (38.28% from 255) = 65.10%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=9.40%
G=65.10%
B=25.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1497380.8600.610.62137.3574.7721.76
HexE61265603D3E894b16
Octal16141461260757621111326
Binary111011000011001101010110011110111111010001001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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