#065913

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

Shades of Crusoe #065913

Tints of Crusoe #065913

Color information

#065913 (or 0x065913) is unknown color: approx Crusoe. HEX triplet: 06, 59 and 13. RGB value is (6,89,19). Sum of RGB (Red+Green+Blue) = 6+89+19=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 89 (35.16% from 255 or 78.07% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 89 - color contains mainly: green. Hex color #065913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065913 is #F9A6EC. Grayscale: #383838. Windows color (decimal): -16361197 or 1267974. OLE color: 1267974.

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

Color convert

RGB68919-
CMYK0.9300.790.65
HSL129.4º87.37%18.63%-
HSV(B)129.4º93.26%34.9%-
XYZ3.777.231.81-
YUV56.210792.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 89 (35.16% from 255) = 78.07%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=5.26%
G=78.07%
B=16.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal689190.9300.790.65129.487.3718.63
Hex659135D04F41815713
Octal613123135011710120112723
Binary110101100110011101110101001111100000110000001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065913; }

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

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

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

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

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

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

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

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