#065222

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

Shades of Crusoe #065222

Tints of Crusoe #065222

Color information

#065222 (or 0x065222) is unknown color: approx Crusoe. HEX triplet: 06, 52 and 22. RGB value is (6,82,34). Sum of RGB (Red+Green+Blue) = 6+82+34=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #065222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065222 is #F9ADDD. Grayscale: #353535. Windows color (decimal): -16362974 or 2249222. OLE color: 2249222.

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

Color convert

RGB68234-
CMYK0.9300.590.68
HSL142.11º86.36%17.25%-
HSV(B)142.11º92.68%32.16%-
XYZ3.386.192.53-
YUV53.8116.8293.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 82 (32.42% from 255) = 67.21%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=4.92%
G=67.21%
B=27.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal682340.9300.590.68142.1186.3617.25
Hex652225D03B448e5611
Octal61224213507310421612621
Binary110101001010001010111010111011100010010001110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065222; }

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

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

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

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

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

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

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

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