#065920

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

Shades of Crusoe #065920

Tints of Crusoe #065920

Color information

#065920 (or 0x065920) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 20. RGB value is (6,89,32). Sum of RGB (Red+Green+Blue) = 6+89+32=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 89 (35.16% from 255 or 70.08% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 89 - color contains mainly: green. Hex color #065920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065920 is #F9A6DF. Grayscale: #393939. Windows color (decimal): -16361184 or 2119942. OLE color: 2119942.

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

Color convert

RGB68932-
CMYK0.9300.640.65
HSL138.8º87.37%18.63%-
HSV(B)138.8º93.26%34.9%-
XYZ3.917.292.57-
YUV57.68113.591.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 89 (35.16% from 255) = 70.08%
BLUE value IS 32 (12.89% from 255) = 25.20%
R=4.72%
G=70.08%
B=25.20%

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
Decimal689320.9300.640.65138.887.3718.63
Hex659205D040418b5713
Octal613140135010010121312723
Binary1101011001100000101110101000000100000110001011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065920; }

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

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

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

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

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

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

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

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