#01743B

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

Shades of Jewel #01743B

Tints of Jewel #01743B

Color information

#01743B (or 0x01743B) is unknown color: approx Jewel. HEX triplet: 01, 74 and 3B. RGB value is (1,116,59). Sum of RGB (Red+Green+Blue) = 1+116+59=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #01743B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01743B is #FE8BC4. Grayscale: #4B4B4B. Windows color (decimal): -16681925 or 3896321. OLE color: 3896321.

HSL color Cylindrical-coordinate representation of color #01743B: hue angle of 150.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01743B is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB111659-
CMYK0.9900.490.55
HSL150.26º98.29%22.94%-
HSV(B)150.26º99.14%45.49%-
XYZ7.0512.816.24-
YUV75.12118.975.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 116 (45.70% from 255) = 65.91%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=0.57%
G=65.91%
B=33.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1116590.9900.490.55150.2698.2922.94
Hex1743B6303137966217
Octal1164731430616722614227
Binary111101001110111100011011000111011110010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01743B; }

 p { color: rgb(1,116,59); }

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

<style>
 a { background-color: #01743B; }

 a { background-color: rgb(1,116,59); }

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

<style>
 span { border-color: #01743B; }

 span { border-color: rgb(1,116,59); }

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