#0A552C

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

Shades of Crusoe #0A552C

Tints of Crusoe #0A552C

Color information

#0A552C (or 0x0A552C) is unknown color: approx Crusoe. HEX triplet: 0A, 55 and 2C. RGB value is (10,85,44). Sum of RGB (Red+Green+Blue) = 10+85+44=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #0A552C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A552C is #F5AAD3. Grayscale: #393939. Windows color (decimal): -16100052 or 2905354. OLE color: 2905354.

HSL color Cylindrical-coordinate representation of color #0A552C: hue angle of 147.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A552C is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB108544-
CMYK0.8800.480.67
HSL147.2º78.95%18.63%-
HSV(B)147.2º88.24%33.33%-
XYZ3.836.743.48-
YUV57.9120.1593.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.19%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=7.19%
G=61.15%
B=31.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085440.8800.480.67147.278.9518.63
HexA552C5803043934f13
Octal121255413006010322311723
Binary1010101010110110010110000110000100001110010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,85,44); }

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

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

 a { background-color: rgb(10,85,44); }

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

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

 span { border-color: rgb(10,85,44); }

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