#0E651E

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

Shades of Crusoe #0E651E

Tints of Crusoe #0E651E

Color information

#0E651E (or 0x0E651E) is unknown color: approx Crusoe. HEX triplet: 0E, 65 and 1E. RGB value is (14,101,30). Sum of RGB (Red+Green+Blue) = 14+101+30=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 101 (39.84% from 255 or 69.66% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 101 - color contains mainly: green. Hex color #0E651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E651E is #F19AE1. Grayscale: #434343. Windows color (decimal): -15833826 or 1991950. OLE color: 1991950.

HSL color Cylindrical-coordinate representation of color #0E651E: hue angle of 131.03º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E651E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1410130-
CMYK0.8600.700.60
HSL131.03º75.65%22.55%-
HSV(B)131.03º86.14%39.61%-
XYZ5.079.492.79-
YUV66.89107.1890.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.66%
GREEN value IS 101 (39.84% from 255) = 69.66%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=9.66%
G=69.66%
B=20.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal14101300.8600.700.60131.0375.6522.55
HexE651E560463C834c17
Octal161453612601067420311427
Binary111011001011111010101100100011011110010000011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E651E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,101,30); }

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

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

 a { background-color: rgb(14,101,30); }

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

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

 span { border-color: rgb(14,101,30); }

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