#0E652E

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

Shades of Crusoe #0E652E

Tints of Crusoe #0E652E

Color information

#0E652E (or 0x0E652E) is unknown color: approx Crusoe. HEX triplet: 0E, 65 and 2E. RGB value is (14,101,46). Sum of RGB (Red+Green+Blue) = 14+101+46=161 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.70% from 161); Green value is 101 (39.84% from 255 or 62.73% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 101 - color contains mainly: green. Hex color #0E652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E652E is #F19AD1. Grayscale: #444444. Windows color (decimal): -15833810 or 3040526. OLE color: 3040526.

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

Color convert

RGB1410146-
CMYK0.8600.540.60
HSL142.07º75.65%22.55%-
HSV(B)142.07º86.14%39.61%-
XYZ5.339.64.16-
YUV68.72115.1888.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.70%
GREEN value IS 101 (39.84% from 255) = 62.73%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=8.70%
G=62.73%
B=28.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal14101460.8600.540.60142.0775.6522.55
HexE652E560363C8e4c17
Octal16145561260667421611427
Binary111011001011011101010110011011011110010001110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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