#0A5928

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

Shades of Crusoe #0A5928

Tints of Crusoe #0A5928

Color information

#0A5928 (or 0x0A5928) is unknown color: approx Crusoe. HEX triplet: 0A, 59 and 28. RGB value is (10,89,40). Sum of RGB (Red+Green+Blue) = 10+89+40=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 89 (35.16% from 255 or 64.03% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 89 - color contains mainly: green. Hex color #0A5928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5928 is #F5A6D7. Grayscale: #3B3B3B. Windows color (decimal): -16099032 or 2644234. OLE color: 2644234.

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

Color convert

RGB108940-
CMYK0.8900.550.65
HSL142.78º79.8%19.41%-
HSV(B)142.78º88.76%34.9%-
XYZ4.087.363.21-
YUV59.79116.8392.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 89 (35.16% from 255) = 64.03%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=7.19%
G=64.03%
B=28.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1089400.8900.550.65142.7879.819.41
HexA592859037418f5013
Octal121315013106710121712023
Binary1010101100110100010110010110111100000110001111101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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