#0E631A

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

Shades of Crusoe #0E631A

Tints of Crusoe #0E631A

Color information

#0E631A (or 0x0E631A) is unknown color: approx Crusoe. HEX triplet: 0E, 63 and 1A. RGB value is (14,99,26). Sum of RGB (Red+Green+Blue) = 14+99+26=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 99 (39.06% from 255 or 71.22% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 99 - color contains mainly: green. Hex color #0E631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E631A is #F19CE5. Grayscale: #414141. Windows color (decimal): -15834342 or 1729294. OLE color: 1729294.

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

Color convert

RGB149926-
CMYK0.8600.740.61
HSL128.47º75.22%22.16%-
HSV(B)128.47º85.86%38.82%-
XYZ4.839.092.48-
YUV65.26105.8491.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 99 (39.06% from 255) = 71.22%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=10.07%
G=71.22%
B=18.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1499260.8600.740.61128.4775.2222.16
HexE631A5604A3D804b16
Octal161433212601127520011326
Binary111011000111101010101100100101011110110000000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,99,26); }

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

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

 a { background-color: rgb(14,99,26); }

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

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

 span { border-color: rgb(14,99,26); }

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