#065A24

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

Shades of Crusoe #065A24

Tints of Crusoe #065A24

Color information

#065A24 (or 0x065A24) is unknown color: approx Crusoe. HEX triplet: 06, 5A and 24. RGB value is (6,90,36). Sum of RGB (Red+Green+Blue) = 6+90+36=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #065A24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A24 is #F9A5DB. Grayscale: #3A3A3A. Windows color (decimal): -16360924 or 2382342. OLE color: 2382342.

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

Color convert

RGB69036-
CMYK0.9300.600.65
HSL141.43º87.5%18.82%-
HSV(B)141.43º93.33%35.29%-
XYZ4.057.482.9-
YUV58.73115.1790.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 90 (35.55% from 255) = 68.18%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=4.55%
G=68.18%
B=27.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal690360.9300.600.65141.4387.518.82
Hex65A245D03C418d5813
Octal61324413507410121513023
Binary110101101010010010111010111100100000110001101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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