#0A601A

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

Shades of Crusoe #0A601A

Tints of Crusoe #0A601A

Color information

#0A601A (or 0x0A601A) is unknown color: approx Crusoe. HEX triplet: 0A, 60 and 1A. RGB value is (10,96,26). Sum of RGB (Red+Green+Blue) = 10+96+26=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #0A601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A601A is #F59FE5. Grayscale: #3E3E3E. Windows color (decimal): -16097254 or 1728522. OLE color: 1728522.

HSL color Cylindrical-coordinate representation of color #0A601A: hue angle of 131.16º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A601A is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB109626-
CMYK0.9000.730.62
HSL131.16º81.13%20.78%-
HSV(B)131.16º89.58%37.65%-
XYZ4.498.52.38-
YUV62.31107.5190.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 96 (37.89% from 255) = 72.73%
BLUE value IS 26 (10.55% from 255) = 19.70%
R=7.58%
G=72.73%
B=19.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1096260.9000.730.62131.1681.1320.78
HexA601A5A0493E835115
Octal121403213201117620312125
Binary101011000001101010110100100100111111010000011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,26); }

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

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

 a { background-color: rgb(10,96,26); }

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

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

 span { border-color: rgb(10,96,26); }

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