#065322

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

Shades of Crusoe #065322

Tints of Crusoe #065322

Color information

#065322 (or 0x065322) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 22. RGB value is (6,83,34). Sum of RGB (Red+Green+Blue) = 6+83+34=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #065322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065322 is #F9ACDD. Grayscale: #363636. Windows color (decimal): -16362718 or 2249478. OLE color: 2249478.

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

Color convert

RGB68334-
CMYK0.9300.590.67
HSL141.82º86.52%17.45%-
HSV(B)141.82º92.77%32.55%-
XYZ3.466.342.56-
YUV54.39116.4993.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 83 (32.81% from 255) = 67.48%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=4.88%
G=67.48%
B=27.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683340.9300.590.67141.8286.5217.45
Hex653225D03B438e5711
Octal61234213507310321612721
Binary110101001110001010111010111011100001110001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065322; }

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

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

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

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

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

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

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

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