#0E641F

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

Shades of Crusoe #0E641F

Tints of Crusoe #0E641F

Color information

#0E641F (or 0x0E641F) is unknown color: approx Crusoe. HEX triplet: 0E, 64 and 1F. RGB value is (14,100,31). Sum of RGB (Red+Green+Blue) = 14+100+31=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 100 (39.45% from 255 or 68.97% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 100 - color contains mainly: green. Hex color #0E641F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E641F is #F19BE0. Grayscale: #424242. Windows color (decimal): -15834081 or 2057230. OLE color: 2057230.

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

Color convert

RGB1410031-
CMYK0.8600.690.61
HSL131.86º75.44%22.35%-
HSV(B)131.86º86%39.22%-
XYZ4.999.312.83-
YUV66.42108.0190.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 100 (39.45% from 255) = 68.97%
BLUE value IS 31 (12.5% from 255) = 21.38%
R=9.66%
G=68.97%
B=21.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal14100310.8600.690.61131.8675.4422.35
HexE641F560453D844b16
Octal161443712601057520411326
Binary111011001001111110101100100010111110110000100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,100,31); }

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

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

 a { background-color: rgb(14,100,31); }

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

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

 span { border-color: rgb(14,100,31); }

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