#065613

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

Shades of Crusoe #065613

Tints of Crusoe #065613

Color information

#065613 (or 0x065613) is unknown color: approx Crusoe. HEX triplet: 06, 56 and 13. RGB value is (6,86,19). Sum of RGB (Red+Green+Blue) = 6+86+19=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 86 (33.98% from 255 or 77.48% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 86 - color contains mainly: green. Hex color #065613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065613 is #F9A9EC. Grayscale: #363636. Windows color (decimal): -16361965 or 1267206. OLE color: 1267206.

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

Color convert

RGB68619-
CMYK0.9300.780.66
HSL129.75º86.96%18.04%-
HSV(B)129.75º93.02%33.73%-
XYZ3.526.741.73-
YUV54.4410893.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 86 (33.98% from 255) = 77.48%
BLUE value IS 19 (7.81% from 255) = 17.12%
R=5.41%
G=77.48%
B=17.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal686190.9300.780.66129.7586.9618.04
Hex656135D04E42825712
Octal612623135011610220212722
Binary110101011010011101110101001110100001010000010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065613; }

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

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

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

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

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

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

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

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