#06531D

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

Shades of Crusoe #06531D

Tints of Crusoe #06531D

Color information

#06531D (or 0x06531D) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 1D. RGB value is (6,83,29). Sum of RGB (Red+Green+Blue) = 6+83+29=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #06531D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06531D is #F9ACE2. Grayscale: #353535. Windows color (decimal): -16362723 or 1921798. OLE color: 1921798.

HSL color Cylindrical-coordinate representation of color #06531D: hue angle of 137.92º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06531D is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB68329-
CMYK0.9300.650.67
HSL137.92º86.52%17.45%-
HSV(B)137.92º92.77%32.55%-
XYZ3.396.312.2-
YUV53.82113.9993.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=5.08%
G=70.34%
B=24.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683290.9300.650.67137.9286.5217.45
Hex6531D5D041438a5711
Octal612335135010110321212721
Binary110101001111101101110101000001100001110001010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06531D; }

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

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

<style>
 a { background-color: #06531D; }

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

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

<style>
 span { border-color: #06531D; }

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

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