#066519

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

Shades of Crusoe #066519

Tints of Crusoe #066519

Color information

#066519 (or 0x066519) is unknown color: approx Crusoe. HEX triplet: 06, 65 and 19. RGB value is (6,101,25). Sum of RGB (Red+Green+Blue) = 6+101+25=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #066519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066519 is #F99AE6. Grayscale: #404040. Windows color (decimal): -16358119 or 1664262. OLE color: 1664262.

HSL color Cylindrical-coordinate representation of color #066519: hue angle of 132º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066519 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB610125-
CMYK0.9400.750.60
HSL132º88.79%20.98%-
HSV(B)132º94.06%39.61%-
XYZ4.99.422.48-
YUV63.93106.0386.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 101 (39.84% from 255) = 76.52%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=4.55%
G=76.52%
B=18.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6101250.9400.750.6013288.7920.98
Hex665195E04B3C845915
Octal61453113601137420413125
Binary11011001011100110111100100101111110010000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066519; }

 p { color: rgb(6,101,25); }

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

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

 a { background-color: rgb(6,101,25); }

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

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

 span { border-color: rgb(6,101,25); }

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