#0A5B1C

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

Shades of Crusoe #0A5B1C

Tints of Crusoe #0A5B1C

Color information

#0A5B1C (or 0x0A5B1C) is unknown color: approx Crusoe. HEX triplet: 0A, 5B and 1C. RGB value is (10,91,28). Sum of RGB (Red+Green+Blue) = 10+91+28=129 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.75% from 129); Green value is 91 (35.94% from 255 or 70.54% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5B1C is #F5A4E3. Grayscale: #3B3B3B. Windows color (decimal): -16098532 or 1858314. OLE color: 1858314.

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

Color convert

RGB109128-
CMYK0.8900.690.64
HSL133.33º80.2%19.8%-
HSV(B)133.33º89.01%35.69%-
XYZ4.087.632.36-
YUV59.6110.1692.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.75%
GREEN value IS 91 (35.94% from 255) = 70.54%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=7.75%
G=70.54%
B=21.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091280.8900.690.64133.3380.219.8
HexA5B1C5904540855014
Octal1213334131010510020512024
Binary1010101101111100101100101000101100000010000101101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,91,28); }

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

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

 a { background-color: rgb(10,91,28); }

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

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

 span { border-color: rgb(10,91,28); }

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