Html Css Color HEX #73B290 Padua

📋 copy color: '#73B290'

red 115 ◦ green 178 ◦ blue 144

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

Shades of Padua #73B290

Tints of Padua #73B290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 26.32%
G = 40.73%
B = 32.95%

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

#73B290 (or 0x73B290) is known color: Padua. HEX triplet: 73, B2 and 90. RGB value is (115,178,144). Sum of RGB (Red+Green+Blue) = 115+178+144=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #73B290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73B290 is #8C4D6F. Grayscale: #9B9B9B. Windows color (decimal): -9194864 or 9482867. OLE color: 9482867.

HSL color Cylindrical-coordinate representation of color #73B290: hue angle of 147.62º 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 #73B290 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 178 144 -
CMYK 0.35 0 0.19 0.30
HSL 147.62º 0.29% 0.57% -
HSV(B) 147.62º 0.35% 0.7% -
XYZ 28.02 37.5 32.15 -
YUV 155.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 115 178 144 0.35 0 0.19 0.30 147.62 0.29 0.57
Hex 73 B2 90 23 0 13 1E 94 1D 39
Octal 163 262 220 43 0 23 36 224 35 71
Binary 1110011 10110010 10010000 100011 0 10011 11110 10010100 11101 111001

Color Harmonies of #73B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B290

Black with #73B290

Text Example


Text Example

White with #73B290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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