#016A1D

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

Shades of Crusoe #016A1D

Tints of Crusoe #016A1D

Color information

#016A1D (or 0x016A1D) is unknown color: approx Crusoe. HEX triplet: 01, 6A and 1D. RGB value is (1,106,29). Sum of RGB (Red+Green+Blue) = 1+106+29=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 106 (41.80% from 255 or 77.94% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 106 - color contains mainly: green. Hex color #016A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016A1D is #FE95E2. Grayscale: #424242. Windows color (decimal): -16684515 or 1927681. OLE color: 1927681.

HSL color Cylindrical-coordinate representation of color #016A1D: hue angle of 136º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A1D is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB110629-
CMYK0.9900.730.58
HSL136º98.13%20.98%-
HSV(B)136º99.06%41.57%-
XYZ5.3910.42.89-
YUV65.83107.2181.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 106 (41.80% from 255) = 77.94%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=0.74%
G=77.94%
B=21.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106290.9900.730.5813698.1320.98
Hex16A1D630493A886215
Octal11523514301117221014225
Binary111010101110111000110100100111101010001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016A1D; }

 p { color: rgb(1,106,29); }

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

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

 a { background-color: rgb(1,106,29); }

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

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

 span { border-color: rgb(1,106,29); }

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