#0A531C

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

Shades of Crusoe #0A531C

Tints of Crusoe #0A531C

Color information

#0A531C (or 0x0A531C) is unknown color: approx Crusoe. HEX triplet: 0A, 53 and 1C. RGB value is (10,83,28). Sum of RGB (Red+Green+Blue) = 10+83+28=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #0A531C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A531C is #F5ACE3. Grayscale: #373737. Windows color (decimal): -16100580 or 1856266. OLE color: 1856266.

HSL color Cylindrical-coordinate representation of color #0A531C: hue angle of 134.79º 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 #0A531C is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB108328-
CMYK0.8800.660.67
HSL134.79º78.49%18.24%-
HSV(B)134.79º87.95%32.55%-
XYZ3.436.332.14-
YUV54.9112.8295.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.26%
GREEN value IS 83 (32.81% from 255) = 68.60%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=8.26%
G=68.60%
B=23.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1083280.8800.660.67134.7978.4918.24
HexA531C5804243874e12
Octal1212334130010210320711622
Binary1010101001111100101100001000010100001110000111100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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