#065520

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

Shades of Crusoe #065520

Tints of Crusoe #065520

Color information

#065520 (or 0x065520) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 20. RGB value is (6,85,32). Sum of RGB (Red+Green+Blue) = 6+85+32=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #065520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065520 is #F9AADF. Grayscale: #373737. Windows color (decimal): -16362208 or 2118918. OLE color: 2118918.

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

Color convert

RGB68532-
CMYK0.9300.620.67
HSL139.75º86.81%17.84%-
HSV(B)139.75º92.94%33.33%-
XYZ3.586.642.46-
YUV55.34114.8392.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=4.88%
G=69.11%
B=26.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685320.9300.620.67139.7586.8117.84
Hex655205D03E438c5712
Octal61254013507610321412722
Binary110101010110000010111010111110100001110001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065520; }

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

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

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

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

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

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

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

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