#016326

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

Shades of Crusoe #016326

Tints of Crusoe #016326

Color information

#016326 (or 0x016326) is unknown color: approx Crusoe. HEX triplet: 01, 63 and 26. RGB value is (1,99,38). Sum of RGB (Red+Green+Blue) = 1+99+38=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #016326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016326 is #FE9CD9. Grayscale: #3E3E3E. Windows color (decimal): -16686298 or 2515713. OLE color: 2515713.

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

Color convert

RGB19938-
CMYK0.9900.620.61
HSL142.65º98%19.61%-
HSV(B)142.65º98.99%38.82%-
XYZ4.829.073.33-
YUV62.74114.0383.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 99 (39.06% from 255) = 71.74%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=0.72%
G=71.74%
B=27.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal199380.9900.620.61142.659819.61
Hex163266303E3D8f6214
Octal1143461430767521714224
Binary111000111001101100011011111011110110001111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016326; }

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

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

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

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

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

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

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

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