#065413

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

Shades of Crusoe #065413

Tints of Crusoe #065413

Color information

#065413 (or 0x065413) is unknown color: approx Crusoe. HEX triplet: 06, 54 and 13. RGB value is (6,84,19). Sum of RGB (Red+Green+Blue) = 6+84+19=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #065413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065413 is #F9ABEC. Grayscale: #353535. Windows color (decimal): -16362477 or 1266694. OLE color: 1266694.

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

Color convert

RGB68419-
CMYK0.9300.770.67
HSL130º86.67%17.65%-
HSV(B)130º92.86%32.94%-
XYZ3.366.431.68-
YUV53.27108.6694.29-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.50%
GREEN value IS 84 (33.20% from 255) = 77.06%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=5.50%
G=77.06%
B=17.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal684190.9300.770.6713086.6717.65
Hex654135D04D43825712
Octal612423135011510320212722
Binary110101010010011101110101001101100001110000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065413; }

 p { color: rgb(6,84,19); }

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

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

 a { background-color: rgb(6,84,19); }

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

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

 span { border-color: rgb(6,84,19); }

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