#0A592C

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

Shades of Crusoe #0A592C

Tints of Crusoe #0A592C

Color information

#0A592C (or 0x0A592C) is unknown color: approx Crusoe. HEX triplet: 0A, 59 and 2C. RGB value is (10,89,44). Sum of RGB (Red+Green+Blue) = 10+89+44=143 (18% of max value = 765). Red value is 10 (4.30% from 255 or 6.99% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #0A592C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A592C is #F5A6D3. Grayscale: #3C3C3C. Windows color (decimal): -16099028 or 2906378. OLE color: 2906378.

HSL color Cylindrical-coordinate representation of color #0A592C: hue angle of 145.82º 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 #0A592C is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB108944-
CMYK0.8900.510.65
HSL145.82º79.8%19.41%-
HSV(B)145.82º88.76%34.9%-
XYZ4.157.393.59-
YUV60.25118.8392.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.99%
GREEN value IS 89 (35.16% from 255) = 62.24%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=6.99%
G=62.24%
B=30.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1089440.8900.510.65145.8279.819.41
HexA592C5903341925013
Octal121315413106310122212023
Binary1010101100110110010110010110011100000110010010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A592C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,89,44); }

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

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

 a { background-color: rgb(10,89,44); }

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

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

 span { border-color: rgb(10,89,44); }

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