#016317

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

Shades of Crusoe #016317

Tints of Crusoe #016317

Color information

#016317 (or 0x016317) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 17. RGB value is (1,99,23). Sum of RGB (Red+Green+Blue) = 1+99+23=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #016317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016317 is #FE9CE8. Grayscale: #3D3D3D. Windows color (decimal): -16686313 or 1532673. OLE color: 1532673.

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

Color convert

RGB19923-
CMYK0.9900.770.61
HSL133.47º98%19.61%-
HSV(B)133.47º98.99%38.82%-
XYZ4.638.992.3-
YUV61.03106.5385.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 99 (39.06% from 255) = 80.49%
BLUE value IS 23 (9.38% from 255) = 18.70%
R=0.81%
G=80.49%
B=18.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199230.9900.770.61133.479819.61
Hex163176304D3D856214
Octal11432714301157520514224
Binary111000111011111000110100110111110110000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016317; }

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

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

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

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

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

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

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

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