#01643C

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

Shades of Jewel #01643C

Tints of Jewel #01643C

Color information

#01643C (or 0x01643C) is unknown color: approx Jewel. HEX triplet: 01, 64 and 3C. RGB value is (1,100,60). Sum of RGB (Red+Green+Blue) = 1+100+60=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #01643C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01643C is #FE9BC3. Grayscale: #414141. Windows color (decimal): -16686020 or 3957761. OLE color: 3957761.

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

Color convert

RGB110060-
CMYK0.9900.40.61
HSL155.76º98.02%19.8%-
HSV(B)155.76º99%39.22%-
XYZ5.399.455.81-
YUV65.84124.781.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 100 (39.45% from 255) = 62.11%
BLUE value IS 60 (23.83% from 255) = 37.27%
R=0.62%
G=62.11%
B=37.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100600.9900.40.61155.7698.0219.8
Hex1643C630283D9c6214
Octal1144741430507523414224
Binary111001001111001100011010100011110110011100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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