Html Css Color HEX #73B291 Padua

📋 copy color: '#73B291'

red 115 ◦ green 178 ◦ blue 145

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

Shades of Padua #73B291

Tints of Padua #73B291

RGB

 RED value IS 115 (45.31% from 255) = 26.26%

 GREEN value IS 178 (69.92% from 255) = 40.64%

 BLUE value IS 145 (57.03% from 255) = 33.11%

R = 26.26%
G = 40.64%
B = 33.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#73B291 (or 0x73B291) is known color: Padua. HEX triplet: 73, B2 and 91. RGB value is (115,178,145). Sum of RGB (Red+Green+Blue) = 115+178+145=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #73B291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B291 is #8C4D6E. Grayscale: #9B9B9B. Windows color (decimal): -9194863 or 9548403. OLE color: 9548403.

HSL color Cylindrical-coordinate representation of color #73B291: hue angle of 148.57º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73B291 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 178 145 -
CMYK 0.35 0 0.19 0.30
HSL 148.57º 0.29% 0.57% -
HSV(B) 148.57º 0.35% 0.7% -
XYZ 28.1 37.53 32.55 -
YUV 155.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 115 178 145 0.35 0 0.19 0.30 148.57 0.29 0.57
Hex 73 B2 91 23 0 13 1E 95 1D 39
Octal 163 262 221 43 0 23 36 225 35 71
Binary 1110011 10110010 10010001 100011 0 10011 11110 10010101 11101 111001

Color Harmonies of #73B291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B291

Black with #73B291

Text Example


Text Example

White with #73B291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73B291; }

 p { color: rgb(115,178,145); }

 H1.HeaderClassName
 {
   color: #73B291;
 }
 .AnyTagClassName
 {
   color: #73B291;
 }
</style>

background-color css

<style>
 a { background-color: #73B291; }

 a { background-color: rgb(115,178,145); }

 div.DivClassName
 {
   background-color: #73B291;
 }
 .BgClassName
 {
   background-color: #73B291;
 }
</style>

border-color css

<style>
 span { border-color: #73B291; }

 span { border-color: rgb(115,178,145); }

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