#0E6026

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

Shades of Crusoe #0E6026

Tints of Crusoe #0E6026

Color information

#0E6026 (or 0x0E6026) is unknown color: approx Crusoe. HEX triplet: 0E, 60 and 26. RGB value is (14,96,38). Sum of RGB (Red+Green+Blue) = 14+96+38=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6026 is #F19FD9. Grayscale: #414141. Windows color (decimal): -15835098 or 2514958. OLE color: 2514958.

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

Color convert

RGB149638-
CMYK0.8500.600.62
HSL137.56º74.55%21.57%-
HSV(B)137.56º85.42%37.65%-
XYZ4.718.63.25-
YUV64.87112.8391.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.46%
GREEN value IS 96 (37.89% from 255) = 64.86%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=9.46%
G=64.86%
B=25.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1496380.8500.600.62137.5674.5521.57
HexE60265503C3E8a4b16
Octal16140461250747621211326
Binary111011000001001101010101011110011111010001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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