#01662E

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

Shades of Crusoe #01662E

Tints of Crusoe #01662E

Color information

#01662E (or 0x01662E) is unknown color: approx Crusoe. HEX triplet: 01, 66 and 2E. RGB value is (1,102,46). Sum of RGB (Red+Green+Blue) = 1+102+46=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 102 (40.23% from 255 or 68.46% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 102 - color contains mainly: green. Hex color #01662E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01662E is #FE99D1. Grayscale: #414141. Windows color (decimal): -16685522 or 3040769. OLE color: 3040769.

HSL color Cylindrical-coordinate representation of color #01662E: hue angle of 146.73º 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 #01662E is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB110246-
CMYK0.9900.550.6
HSL146.73º98.06%20.2%-
HSV(B)146.73º99.02%40%-
XYZ5.269.714.18-
YUV65.42117.0482.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 102 (40.23% from 255) = 68.46%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=0.67%
G=68.46%
B=30.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102460.9900.550.6146.7398.0620.2
Hex1662E630373C936214
Octal1146561430677422314224
Binary111001101011101100011011011111110010010011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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