#065320

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

Shades of Crusoe #065320

Tints of Crusoe #065320

Color information

#065320 (or 0x065320) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 20. RGB value is (6,83,32). Sum of RGB (Red+Green+Blue) = 6+83+32=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #065320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065320 is #F9ACDF. Grayscale: #363636. Windows color (decimal): -16362720 or 2118406. OLE color: 2118406.

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

Color convert

RGB68332-
CMYK0.9300.610.67
HSL140.26º86.52%17.45%-
HSV(B)140.26º92.77%32.55%-
XYZ3.436.332.41-
YUV54.16115.4993.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 83 (32.81% from 255) = 68.60%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=4.96%
G=68.60%
B=26.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683320.9300.610.67140.2686.5217.45
Hex653205D03D438c5711
Octal61234013507510321412721
Binary110101001110000010111010111101100001110001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065320; }

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

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

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

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

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

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

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

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