#0E6234

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

Shades of Crusoe #0E6234

Tints of Crusoe #0E6234

Color information

#0E6234 (or 0x0E6234) is unknown color: approx Crusoe. HEX triplet: 0E, 62 and 34. RGB value is (14,98,52). Sum of RGB (Red+Green+Blue) = 14+98+52=164 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.54% from 164); Green value is 98 (38.67% from 255 or 59.76% from 164); Blue value is 52 (20.70% from 255 or 31.71% from 164); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6234 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6234 is #F19DCB. Grayscale: #434343. Windows color (decimal): -15834572 or 3432974. OLE color: 3432974.

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

Color convert

RGB149852-
CMYK0.8600.470.62
HSL147.14º75%21.96%-
HSV(B)147.14º85.71%38.43%-
XYZ5.179.084.73-
YUV67.64119.1789.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.54%
GREEN value IS 98 (38.67% from 255) = 59.76%
BLUE value IS 52 (20.70% from 255) = 31.71%
R=8.54%
G=59.76%
B=31.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498520.8600.470.62147.147521.96
HexE62345602F3E934b16
Octal16142641260577622311326
Binary111011000101101001010110010111111111010010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,98,52); }

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

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

 a { background-color: rgb(14,98,52); }

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

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

 span { border-color: rgb(14,98,52); }

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