#016019

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

Shades of Crusoe #016019

Tints of Crusoe #016019

Color information

#016019 (or 0x016019) is unknown color: approx Crusoe. HEX triplet: 01, 60 and 19. RGB value is (1,96,25). Sum of RGB (Red+Green+Blue) = 1+96+25=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #016019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016019 is #FE9FE6. Grayscale: #3B3B3B. Windows color (decimal): -16687079 or 1662977. OLE color: 1662977.

HSL color Cylindrical-coordinate representation of color #016019: hue angle of 135.16º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016019 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB19625-
CMYK0.9900.740.62
HSL135.16º97.94%19.02%-
HSV(B)135.16º98.96%37.65%-
XYZ4.378.442.32-
YUV59.5108.5386.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=0.82%
G=78.69%
B=20.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196250.9900.740.62135.1697.9419.02
Hex160196304A3E876213
Octal11403114301127620714223
Binary111000001100111000110100101011111010000111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016019; }

 p { color: rgb(1,96,25); }

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

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

 a { background-color: rgb(1,96,25); }

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

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

 span { border-color: rgb(1,96,25); }

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