#0A5329

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

Shades of Crusoe #0A5329

Tints of Crusoe #0A5329

Color information

#0A5329 (or 0x0A5329) is unknown color: approx Crusoe. HEX triplet: 0A, 53 and 29. RGB value is (10,83,41). Sum of RGB (Red+Green+Blue) = 10+83+41=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5329 is #F5ACD6. Grayscale: #383838. Windows color (decimal): -16100567 or 2708234. OLE color: 2708234.

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

Color convert

RGB108341-
CMYK0.8800.510.67
HSL145.48º78.49%18.24%-
HSV(B)145.48º87.95%32.55%-
XYZ3.626.413.14-
YUV56.38119.3294.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.46%
GREEN value IS 83 (32.81% from 255) = 61.94%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=7.46%
G=61.94%
B=30.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083410.8800.510.67145.4878.4918.24
HexA53295803343914e12
Octal121235113006310322111622
Binary1010101001110100110110000110011100001110010001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,83,41); }

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

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

 a { background-color: rgb(10,83,41); }

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

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

 span { border-color: rgb(10,83,41); }

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