#065221

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

Shades of Crusoe #065221

Tints of Crusoe #065221

Color information

#065221 (or 0x065221) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 21. RGB value is (6,82,33). Sum of RGB (Red+Green+Blue) = 6+82+33=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #065221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065221 is #F9ADDE. Grayscale: #353535. Windows color (decimal): -16362975 or 2183686. OLE color: 2183686.

HSL color Cylindrical-coordinate representation of color #065221: hue angle of 141.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065221 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB68233-
CMYK0.9300.600.68
HSL141.32º86.36%17.25%-
HSV(B)141.32º92.68%32.16%-
XYZ3.376.182.45-
YUV53.69116.3293.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=4.96%
G=67.77%
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.68
SystemRedGreenBlueCMYKHSL
Decimal682330.9300.600.68141.3286.3617.25
Hex652215D03C448d5611
Octal61224113507410421512621
Binary110101001010000110111010111100100010010001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065221; }

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

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

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

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

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

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

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

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