#016115

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

Shades of Crusoe #016115

Tints of Crusoe #016115

Color information

#016115 (or 0x016115) is unknown color: approx Crusoe. HEX triplet: 01, 61 and 15. RGB value is (1,97,21). Sum of RGB (Red+Green+Blue) = 1+97+21=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #016115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016115 is #FE9EEA. Grayscale: #3B3B3B. Windows color (decimal): -16686827 or 1401089. OLE color: 1401089.

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

Color convert

RGB19721-
CMYK0.9900.780.62
HSL132.5º97.96%19.22%-
HSV(B)132.5º98.97%38.04%-
XYZ4.428.612.14-
YUV59.63106.286.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.84%
GREEN value IS 97 (38.28% from 255) = 81.51%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=0.84%
G=81.51%
B=17.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197210.9900.780.62132.597.9619.22
Hex161156304E3E846213
Octal11412514301167620414223
Binary111000011010111000110100111011111010000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016115; }

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

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

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

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

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

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

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

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