#016114

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

Shades of Crusoe #016114

Tints of Crusoe #016114

Color information

#016114 (or 0x016114) is unknown color: approx Crusoe. HEX triplet: 01, 61 and 14. RGB value is (1,97,20). Sum of RGB (Red+Green+Blue) = 1+97+20=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 97 (38.28% from 255 or 82.20% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 97 - color contains mainly: green. Hex color #016114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016114 is #FE9EEB. Grayscale: #3B3B3B. Windows color (decimal): -16686828 or 1335553. OLE color: 1335553.

HSL color Cylindrical-coordinate representation of color #016114: hue angle of 131.88º 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 #016114 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB19720-
CMYK0.9900.790.62
HSL131.88º97.96%19.22%-
HSV(B)131.88º98.97%38.04%-
XYZ4.418.612.09-
YUV59.52105.786.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 97 (38.28% from 255) = 82.20%
BLUE value IS 20 (8.20% from 255) = 16.95%
R=0.85%
G=82.20%
B=16.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197200.9900.790.62131.8897.9619.22
Hex161146304F3E846213
Octal11412414301177620414223
Binary111000011010011000110100111111111010000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016114; }

 p { color: rgb(1,97,20); }

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

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

 a { background-color: rgb(1,97,20); }

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

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

 span { border-color: rgb(1,97,20); }

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