#065632

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

Shades of Crusoe #065632

Tints of Crusoe #065632

Color information

#065632 (or 0x065632) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 32. RGB value is (6,86,50). Sum of RGB (Red+Green+Blue) = 6+86+50=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #065632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065632 is #F9A9CD. Grayscale: #3A3A3A. Windows color (decimal): -16361934 or 3298822. OLE color: 3298822.

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

Color convert

RGB68650-
CMYK0.9300.420.66
HSL153º86.96%18.04%-
HSV(B)153º93.02%33.73%-
XYZ3.986.924.14-
YUV57.98123.590.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=4.23%
G=60.56%
B=35.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686500.9300.420.6615386.9618.04
Hex656325D02A42995712
Octal61266213505210223112722
Binary110101011011001010111010101010100001010011001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065632; }

 p { color: rgb(6,86,50); }

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

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

 a { background-color: rgb(6,86,50); }

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

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

 span { border-color: rgb(6,86,50); }

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