#016315

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

Shades of Crusoe #016315

Tints of Crusoe #016315

Color information

#016315 (or 0x016315) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 15. RGB value is (1,99,21). Sum of RGB (Red+Green+Blue) = 1+99+21=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #016315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016315 is #FE9CEA. Grayscale: #3D3D3D. Windows color (decimal): -16686315 or 1401601. OLE color: 1401601.

HSL color Cylindrical-coordinate representation of color #016315: hue angle of 132.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016315 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB19921-
CMYK0.9900.790.61
HSL132.24º98%19.61%-
HSV(B)132.24º98.99%38.82%-
XYZ4.618.982.2-
YUV60.81105.5385.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 99 (39.06% from 255) = 81.82%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=0.83%
G=81.82%
B=17.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199210.9900.790.61132.249819.61
Hex163156304F3D846214
Octal11432514301177520414224
Binary111000111010111000110100111111110110000100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016315; }

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

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

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

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

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

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

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

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