#065929

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

Shades of Crusoe #065929

Tints of Crusoe #065929

Color information

#065929 (or 0x065929) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 29. RGB value is (6,89,41). Sum of RGB (Red+Green+Blue) = 6+89+41=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 89 (35.16% from 255 or 65.44% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 89 - color contains mainly: green. Hex color #065929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065929 is #F9A6D6. Grayscale: #3A3A3A. Windows color (decimal): -16361175 or 2709766. OLE color: 2709766.

HSL color Cylindrical-coordinate representation of color #065929: hue angle of 145.3º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065929 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB68941-
CMYK0.9300.540.65
HSL145.3º87.37%18.63%-
HSV(B)145.3º93.26%34.9%-
XYZ4.057.343.3-
YUV58.7111890.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 89 (35.16% from 255) = 65.44%
BLUE value IS 41 (16.41% from 255) = 30.15%
R=4.41%
G=65.44%
B=30.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689410.9300.540.65145.387.3718.63
Hex659295D03641915713
Octal61315113506610122112723
Binary110101100110100110111010110110100000110010001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065929; }

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

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

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

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

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

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

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

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