#06551B

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

Shades of Crusoe #06551B

Tints of Crusoe #06551B

Color information

#06551B (or 0x06551B) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 1B. RGB value is (6,85,27). Sum of RGB (Red+Green+Blue) = 6+85+27=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #06551B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06551B is #F9AAE4. Grayscale: #363636. Windows color (decimal): -16362213 or 1791238. OLE color: 1791238.

HSL color Cylindrical-coordinate representation of color #06551B: hue angle of 135.95º 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 #06551B is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB68527-
CMYK0.9300.680.67
HSL135.95º86.81%17.84%-
HSV(B)135.95º92.94%33.33%-
XYZ3.526.612.13-
YUV54.77112.3393.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 85 (33.59% from 255) = 72.03%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=5.08%
G=72.03%
B=22.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685270.9300.680.67135.9586.8117.84
Hex6551B5D04443885712
Octal612533135010410321012722
Binary110101010111011101110101000100100001110001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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