#0A5B14

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

Shades of Crusoe #0A5B14

Tints of Crusoe #0A5B14

Color information

#0A5B14 (or 0x0A5B14) is unknown color: approx Crusoe. HEX triplet: 0A, 5B and 14. RGB value is (10,91,20). Sum of RGB (Red+Green+Blue) = 10+91+20=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #0A5B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5B14 is #F5A4EB. Grayscale: #3A3A3A. Windows color (decimal): -16098540 or 1334026. OLE color: 1334026.

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

Color convert

RGB109120-
CMYK0.8900.780.64
HSL127.41º80.2%19.8%-
HSV(B)127.41º89.01%35.69%-
XYZ3.997.61.92-
YUV58.69106.1693.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 91 (35.94% from 255) = 75.21%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=8.26%
G=75.21%
B=16.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1091200.8900.780.64127.4180.219.8
HexA5B145904E407f5014
Octal1213324131011610017712024
Binary101010110111010010110010100111010000001111111101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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