#0D532E

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

Shades of Crusoe #0D532E

Tints of Crusoe #0D532E

Color information

#0D532E (or 0x0D532E) is unknown color: approx Crusoe. HEX triplet: 0D, 53 and 2E. RGB value is (13,83,46). Sum of RGB (Red+Green+Blue) = 13+83+46=142 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.15% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #0D532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D532E is #F2ACD1. Grayscale: #393939. Windows color (decimal): -15903954 or 3035917. OLE color: 3035917.

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

Color convert

RGB138346-
CMYK0.8400.450.67
HSL148.29º72.92%18.82%-
HSV(B)148.29º84.34%32.55%-
XYZ3.756.473.64-
YUV57.85121.3196.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.15%
GREEN value IS 83 (32.81% from 255) = 58.45%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=9.15%
G=58.45%
B=32.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1383460.8400.450.67148.2972.9218.82
HexD532E5402D43944913
Octal151235612405510322411123
Binary1101101001110111010101000101101100001110010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,83,46); }

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

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

 a { background-color: rgb(13,83,46); }

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

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

 span { border-color: rgb(13,83,46); }

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