#0C531D

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

Shades of Crusoe #0C531D

Tints of Crusoe #0C531D

Color information

#0C531D (or 0x0C531D) is unknown color: approx Crusoe. HEX triplet: 0C, 53 and 1D. RGB value is (12,83,29). Sum of RGB (Red+Green+Blue) = 12+83+29=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #0C531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C531D is #F3ACE2. Grayscale: #373737. Windows color (decimal): -15969507 or 1921804. OLE color: 1921804.

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

Color convert

RGB128329-
CMYK0.8600.650.67
HSL134.37º74.74%18.63%-
HSV(B)134.37º85.54%32.55%-
XYZ3.476.352.21-
YUV55.61112.9896.89-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=9.68%
G=66.94%
B=23.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1283290.8600.650.67134.3774.7418.63
HexC531D5604143864b13
Octal1412335126010110320611323
Binary1100101001111101101011001000001100001110000110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,83,29); }

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

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

 a { background-color: rgb(12,83,29); }

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

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

 span { border-color: rgb(12,83,29); }

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