#0A5D21

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

Shades of Crusoe #0A5D21

Tints of Crusoe #0A5D21

Color information

#0A5D21 (or 0x0A5D21) is unknown color: approx Crusoe. HEX triplet: 0A, 5D and 21. RGB value is (10,93,33). Sum of RGB (Red+Green+Blue) = 10+93+33=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 93 (36.72% from 255 or 68.38% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D21 is #F5A2DE. Grayscale: #3D3D3D. Windows color (decimal): -16098015 or 2186506. OLE color: 2186506.

HSL color Cylindrical-coordinate representation of color #0A5D21: hue angle of 136.63º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5D21 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB109333-
CMYK0.8900.650.64
HSL136.63º80.58%20.2%-
HSV(B)136.63º89.25%36.47%-
XYZ4.3182.76-
YUV61.3411291.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 93 (36.72% from 255) = 68.38%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=7.35%
G=68.38%
B=24.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1093330.8900.650.64136.6380.5820.2
HexA5D215904140895114
Octal1213541131010110021112124
Binary10101011101100001101100101000001100000010001001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,93,33); }

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

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

 a { background-color: rgb(10,93,33); }

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

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

 span { border-color: rgb(10,93,33); }

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