#065329

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

Shades of Crusoe #065329

Tints of Crusoe #065329

Color information

#065329 (or 0x065329) is unknown color: approx Crusoe. HEX triplet: 06, 53 and 29. RGB value is (6,83,41). Sum of RGB (Red+Green+Blue) = 6+83+41=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 83 (32.81% from 255 or 63.85% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 83 - color contains mainly: green. Hex color #065329 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065329 is #F9ACD6. Grayscale: #373737. Windows color (decimal): -16362711 or 2708230. OLE color: 2708230.

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

Color convert

RGB68341-
CMYK0.9300.510.67
HSL147.27º86.52%17.45%-
HSV(B)147.27º92.77%32.55%-
XYZ3.576.393.14-
YUV55.19119.9992.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 83 (32.81% from 255) = 63.85%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=4.62%
G=63.85%
B=31.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683410.9300.510.67147.2786.5217.45
Hex653295D03343935711
Octal61235113506310322312721
Binary110101001110100110111010110011100001110010011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065329; }

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

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

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

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

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

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

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

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