#0A581E

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

Shades of Crusoe #0A581E

Tints of Crusoe #0A581E

Color information

#0A581E (or 0x0A581E) is unknown color: approx Crusoe. HEX triplet: 0A, 58 and 1E. RGB value is (10,88,30). Sum of RGB (Red+Green+Blue) = 10+88+30=128 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.81% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #0A581E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A581E is #F5A7E1. Grayscale: #3A3A3A. Windows color (decimal): -16099298 or 1988618. OLE color: 1988618.

HSL color Cylindrical-coordinate representation of color #0A581E: hue angle of 135.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A581E is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB108830-
CMYK0.8900.660.65
HSL135.38º79.59%19.22%-
HSV(B)135.38º88.64%34.51%-
XYZ3.857.142.4-
YUV58.07112.1693.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.81%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=7.81%
G=68.75%
B=23.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1088300.8900.660.65135.3879.5919.22
HexA581E5904241875013
Octal1213036131010210120712023
Binary1010101100011110101100101000010100000110000111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A581E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,88,30); }

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

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

 a { background-color: rgb(10,88,30); }

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

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

 span { border-color: rgb(10,88,30); }

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