#065A29

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

Shades of Crusoe #065A29

Tints of Crusoe #065A29

Color information

#065A29 (or 0x065A29) is unknown color: approx Crusoe. HEX triplet: 06, 5A and 29. RGB value is (6,90,41). Sum of RGB (Red+Green+Blue) = 6+90+41=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #065A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A29 is #F9A5D6. Grayscale: #3B3B3B. Windows color (decimal): -16360919 or 2710022. OLE color: 2710022.

HSL color Cylindrical-coordinate representation of color #065A29: hue angle of 145º degrees, saturation: 0.88, 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 #065A29 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB69041-
CMYK0.9300.540.65
HSL145º87.5%18.82%-
HSV(B)145º93.33%35.29%-
XYZ4.137.513.33-
YUV59.3117.6789.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.38%
GREEN value IS 90 (35.55% from 255) = 65.69%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=4.38%
G=65.69%
B=29.93%

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
Decimal690410.9300.540.6514587.518.82
Hex65A295D03641915813
Octal61325113506610122113023
Binary110101101010100110111010110110100000110010001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065A29; }

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

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

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

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

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

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

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

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