#065822

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

Shades of Crusoe #065822

Tints of Crusoe #065822

Color information

#065822 (or 0x065822) is unknown color: approx Crusoe. HEX triplet: 06, 58 and 22. RGB value is (6,88,34). Sum of RGB (Red+Green+Blue) = 6+88+34=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 88 (34.77% from 255 or 68.75% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 88 - color contains mainly: green. Hex color #065822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065822 is #F9A7DD. Grayscale: #393939. Windows color (decimal): -16361438 or 2250758. OLE color: 2250758.

HSL color Cylindrical-coordinate representation of color #065822: hue angle of 140.49º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065822 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB68834-
CMYK0.9300.610.65
HSL140.49º87.23%18.43%-
HSV(B)140.49º93.18%34.51%-
XYZ3.857.132.69-
YUV57.33114.8391.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 88 (34.77% from 255) = 68.75%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=4.69%
G=68.75%
B=26.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal688340.9300.610.65140.4987.2318.43
Hex658225D03D418c5712
Octal61304213507510121412722
Binary110101100010001010111010111101100000110001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065822; }

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

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

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

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

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

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

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

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