#0A611D

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

Shades of Crusoe #0A611D

Tints of Crusoe #0A611D

Color information

#0A611D (or 0x0A611D) is unknown color: approx Crusoe. HEX triplet: 0A, 61 and 1D. RGB value is (10,97,29). Sum of RGB (Red+Green+Blue) = 10+97+29=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 97 (38.28% from 255 or 71.32% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 97 - color contains mainly: green. Hex color #0A611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A611D is #F59EE2. Grayscale: #3F3F3F. Windows color (decimal): -16096995 or 1925386. OLE color: 1925386.

HSL color Cylindrical-coordinate representation of color #0A611D: hue angle of 133.1º 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 #0A611D is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB109729-
CMYK0.9000.700.62
HSL133.1º81.31%20.98%-
HSV(B)133.1º89.69%38.04%-
XYZ4.628.72.6-
YUV63.24108.6890.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.35%
GREEN value IS 97 (38.28% from 255) = 71.32%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=7.35%
G=71.32%
B=21.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1097290.9000.700.62133.181.3120.98
HexA611D5A0463E855115
Octal121413513201067620512125
Binary101011000011110110110100100011011111010000101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,97,29); }

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

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

 a { background-color: rgb(10,97,29); }

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

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

 span { border-color: rgb(10,97,29); }

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