#01641E

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

Shades of Crusoe #01641E

Tints of Crusoe #01641E

Color information

#01641E (or 0x01641E) is unknown color: approx Crusoe. HEX triplet: 01, 64 and 1E. RGB value is (1,100,30). Sum of RGB (Red+Green+Blue) = 1+100+30=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 100 (39.45% from 255 or 76.34% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 100 - color contains mainly: green. Hex color #01641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01641E is #FE9BE1. Grayscale: #3E3E3E. Windows color (decimal): -16686050 or 1991681. OLE color: 1991681.

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

Color convert

RGB110030-
CMYK0.9900.700.61
HSL137.58º98.02%19.8%-
HSV(B)137.58º99%39.22%-
XYZ4.89.212.75-
YUV62.42109.784.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 100 (39.45% from 255) = 76.34%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=0.76%
G=76.34%
B=22.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100300.9900.700.61137.5898.0219.8
Hex1641E630463D8a6214
Octal11443614301067521214224
Binary111001001111011000110100011011110110001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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