#065921

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

Shades of Crusoe #065921

Tints of Crusoe #065921

Color information

#065921 (or 0x065921) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 21. RGB value is (6,89,33). Sum of RGB (Red+Green+Blue) = 6+89+33=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 89 (35.16% from 255 or 69.53% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 89 - color contains mainly: green. Hex color #065921 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065921 is #F9A6DE. Grayscale: #393939. Windows color (decimal): -16361183 or 2185478. OLE color: 2185478.

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

Color convert

RGB68933-
CMYK0.9300.630.65
HSL139.52º87.37%18.63%-
HSV(B)139.52º93.26%34.9%-
XYZ3.927.292.64-
YUV57.811491.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 89 (35.16% from 255) = 69.53%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=4.69%
G=69.53%
B=25.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689330.9300.630.65139.5287.3718.63
Hex659215D03F418c5713
Octal61314113507710121412723
Binary110101100110000110111010111111100000110001100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065921; }

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

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

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

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

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

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

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

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