#06551D

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

Shades of Crusoe #06551D

Tints of Crusoe #06551D

Color information

#06551D (or 0x06551D) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 1D. RGB value is (6,85,29). Sum of RGB (Red+Green+Blue) = 6+85+29=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #06551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06551D is #F9AAE2. Grayscale: #373737. Windows color (decimal): -16362211 or 1922310. OLE color: 1922310.

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

Color convert

RGB68529-
CMYK0.9300.660.67
HSL137.47º86.81%17.84%-
HSV(B)137.47º92.94%33.33%-
XYZ3.556.622.25-
YUV54.99113.3393.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=5%
G=70.83%
B=24.17%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685290.9300.660.67137.4786.8117.84
Hex6551D5D04243895712
Octal612535135010210321112722
Binary110101010111101101110101000010100001110001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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