#01643A

Color #01643A Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #01643A

Tints of Jewel #01643A

Color information

#01643A (or 0x01643A) is unknown color: approx Jewel. HEX triplet: 01, 64 and 3A. RGB value is (1,100,58). Sum of RGB (Red+Green+Blue) = 1+100+58=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #01643A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643A is #FE9BC5. Grayscale: #414141. Windows color (decimal): -16686022 or 3826689. OLE color: 3826689.

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

Color convert

RGB110058-
CMYK0.9900.420.61
HSL154.55º98.02%19.8%-
HSV(B)154.55º99%39.22%-
XYZ5.339.435.54-
YUV65.61123.781.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 100 (39.45% from 255) = 62.89%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=0.63%
G=62.89%
B=36.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100580.9900.420.61154.5598.0219.8
Hex1643A6302A3D9b6214
Octal1144721430527523314224
Binary111001001110101100011010101011110110011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01643A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01643A; }

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

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

<style>
 a { background-color: #01643A; }

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

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

<style>
 span { border-color: #01643A; }

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

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