#01611D

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

Shades of Crusoe #01611D

Tints of Crusoe #01611D

Color information

#01611D (or 0x01611D) is unknown color: approx Crusoe. HEX triplet: 01, 61 and 1D. RGB value is (1,97,29). Sum of RGB (Red+Green+Blue) = 1+97+29=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #01611D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01611D is #FE9EE2. Grayscale: #3C3C3C. Windows color (decimal): -16686819 or 1925377. OLE color: 1925377.

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

Color convert

RGB19729-
CMYK0.9900.700.62
HSL137.5º97.96%19.22%-
HSV(B)137.5º98.97%38.04%-
XYZ4.518.642.59-
YUV60.54110.285.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 97 (38.28% from 255) = 76.38%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=0.79%
G=76.38%
B=22.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197290.9900.700.62137.597.9619.22
Hex1611D630463E8a6213
Octal11413514301067621214223
Binary111000011110111000110100011011111010001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01611D; }

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

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

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

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

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

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

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

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