#0A5C1F

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

Shades of Crusoe #0A5C1F

Tints of Crusoe #0A5C1F

Color information

#0A5C1F (or 0x0A5C1F) is unknown color: approx Crusoe. HEX triplet: 0A, 5C and 1F. RGB value is (10,92,31). Sum of RGB (Red+Green+Blue) = 10+92+31=133 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.52% from 133); Green value is 92 (36.33% from 255 or 69.17% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 92 - color contains mainly: green. Hex color #0A5C1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5C1F is #F5A3E0. Grayscale: #3C3C3C. Windows color (decimal): -16098273 or 2055178. OLE color: 2055178.

HSL color Cylindrical-coordinate representation of color #0A5C1F: hue angle of 135.37º degrees, saturation: 0.8, 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 #0A5C1F is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB109231-
CMYK0.8900.660.64
HSL135.37º80.39%20%-
HSV(B)135.37º89.13%36.08%-
XYZ4.27.822.58-
YUV60.53111.3391.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.52%
GREEN value IS 92 (36.33% from 255) = 69.17%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=7.52%
G=69.17%
B=23.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1092310.8900.660.64135.3780.3920
HexA5C1F5904240875014
Octal1213437131010210020712024
Binary1010101110011111101100101000010100000010000111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,92,31); }

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

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

 a { background-color: rgb(10,92,31); }

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

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

 span { border-color: rgb(10,92,31); }

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