#01753A

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

Shades of Jewel #01753A

Tints of Jewel #01753A

Color information

#01753A (or 0x01753A) is unknown color: approx Jewel. HEX triplet: 01, 75 and 3A. RGB value is (1,117,58). Sum of RGB (Red+Green+Blue) = 1+117+58=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #01753A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01753A is #FE8AC5. Grayscale: #4B4B4B. Windows color (decimal): -16681670 or 3831041. OLE color: 3831041.

HSL color Cylindrical-coordinate representation of color #01753A: hue angle of 149.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01753A is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB111758-
CMYK0.9900.500.54
HSL149.48º98.31%23.14%-
HSV(B)149.48º99.15%45.88%-
XYZ7.1413.036.14-
YUV75.59118.0774.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 117 (46.09% from 255) = 66.48%
BLUE value IS 58 (23.05% from 255) = 32.95%
R=0.57%
G=66.48%
B=32.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117580.9900.500.54149.4898.3123.14
Hex1753A6303236956217
Octal1165721430626622514227
Binary111101011110101100011011001011011010010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01753A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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