#065522

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

Shades of Crusoe #065522

Tints of Crusoe #065522

Color information

#065522 (or 0x065522) is unknown color: approx Crusoe. HEX triplet: 06, 55 and 22. RGB value is (6,85,34). Sum of RGB (Red+Green+Blue) = 6+85+34=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #065522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065522 is #F9AADD. Grayscale: #373737. Windows color (decimal): -16362206 or 2249990. OLE color: 2249990.

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

Color convert

RGB68534-
CMYK0.9300.600.67
HSL141.27º86.81%17.84%-
HSV(B)141.27º92.94%33.33%-
XYZ3.616.652.61-
YUV55.56115.8392.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=4.8%
G=68%
B=27.2%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685340.9300.600.67141.2786.8117.84
Hex655225D03C438d5712
Octal61254213507410321512722
Binary110101010110001010111010111100100001110001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065522; }

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

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

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

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

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

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

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

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