#065A20

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

Shades of Crusoe #065A20

Tints of Crusoe #065A20

Color information

#065A20 (or 0x065A20) is unknown color: approx Crusoe. HEX triplet: 06, 5A and 20. RGB value is (6,90,32). Sum of RGB (Red+Green+Blue) = 6+90+32=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #065A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A20 is #F9A5DF. Grayscale: #3A3A3A. Windows color (decimal): -16360928 or 2120198. OLE color: 2120198.

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

Color convert

RGB69032-
CMYK0.9300.640.65
HSL138.57º87.5%18.82%-
HSV(B)138.57º93.33%35.29%-
XYZ3.997.462.6-
YUV58.27113.1790.72-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 90 (35.55% from 255) = 70.31%
BLUE value IS 32 (12.89% from 255) = 25%
R=4.69%
G=70.31%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal690320.9300.640.65138.5787.518.82
Hex65A205D040418b5813
Octal613240135010010121313023
Binary1101011010100000101110101000000100000110001011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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