#01661E

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

Shades of Crusoe #01661E

Tints of Crusoe #01661E

Color information

#01661E (or 0x01661E) is unknown color: approx Crusoe. HEX triplet: 01, 66 and 1E. RGB value is (1,102,30). Sum of RGB (Red+Green+Blue) = 1+102+30=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 102 (40.23% from 255 or 76.69% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 102 - color contains mainly: green. Hex color #01661E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01661E is #FE99E1. Grayscale: #3F3F3F. Windows color (decimal): -16685538 or 1992193. OLE color: 1992193.

HSL color Cylindrical-coordinate representation of color #01661E: hue angle of 137.23º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01661E is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB110230-
CMYK0.9900.710.6
HSL137.23º98.06%20.2%-
HSV(B)137.23º99.02%40%-
XYZ59.62.82-
YUV63.59109.0483.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 102 (40.23% from 255) = 76.69%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=0.75%
G=76.69%
B=22.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102300.9900.710.6137.2398.0620.2
Hex1661E630473C896214
Octal11463614301077421114224
Binary111001101111011000110100011111110010001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01661E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01661E; }

 p { color: rgb(1,102,30); }

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

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

 a { background-color: rgb(1,102,30); }

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

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

 span { border-color: rgb(1,102,30); }

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