Html Css Color HEX #01753A Jewel

📋 copy color: '#01753A'

red 1 ◦ green 117 ◦ blue 58

#01753A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #01753A

Tints of Jewel #01753A

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 value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#01753A (or 0x01753A) is known color: 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

RGB 1 117 58 -
CMYK 0.99 0 0.50 0.54
HSL 149.48º 0.98% 0.23% -
HSV(B) 149.48º 0.99% 0.46% -
XYZ 7.14 13.03 6.14 -
YUV 75.59 118.07 74.8 -
System Red Green Blue C M Y K H S L
Decimal 1 117 58 0.99 0 0.50 0.54 149.48 0.98 0.23
Hex 1 75 3A 63 0 32 36 95 62 17
Octal 1 165 72 143 0 62 66 225 142 27
Binary 1 1110101 111010 1100011 0 110010 110110 10010101 1100010 10111

Color Harmonies of #01753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01753A

Black with #01753A

Text Example


Text Example

White with #01753A

Text Example


Text Example

HTML Codes & Css Web 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>