Html Css Color HEX #74B591 Padua

📋 copy color: '#74B591'

red 116 ◦ green 181 ◦ blue 145

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

Shades of Padua #74B591

Tints of Padua #74B591

RGB

 RED value IS 116 (45.7% from 255) = 26.24%

 GREEN value IS 181 (71.09% from 255) = 40.95%

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

R = 26.24%
G = 40.95%
B = 32.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#74B591 (or 0x74B591) is known color: Padua. HEX triplet: 74, B5 and 91. RGB value is (116,181,145). Sum of RGB (Red+Green+Blue) = 116+181+145=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #74B591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B591 is #8B4A6E. Grayscale: #9D9D9D. Windows color (decimal): -9128559 or 9549172. OLE color: 9549172.

HSL color Cylindrical-coordinate representation of color #74B591: hue angle of 146.77º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74B591 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 181 145 -
CMYK 0.36 0 0.20 0.29
HSL 146.77º 0.31% 0.58% -
HSV(B) 146.77º 0.36% 0.71% -
XYZ 28.84 38.81 32.76 -
YUV 157.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 116 181 145 0.36 0 0.20 0.29 146.77 0.31 0.58
Hex 74 B5 91 24 0 14 1D 93 1F 3A
Octal 164 265 221 44 0 24 35 223 37 72
Binary 1110100 10110101 10010001 100100 0 10100 11101 10010011 11111 111010

Color Harmonies of #74B591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B591

Black with #74B591

Text Example


Text Example

White with #74B591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B591; }

 p { color: rgb(116,181,145); }

 H1.HeaderClassName
 {
   color: #74B591;
 }
 .AnyTagClassName
 {
   color: #74B591;
 }
</style>

background-color css

<style>
 a { background-color: #74B591; }

 a { background-color: rgb(116,181,145); }

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

border-color css

<style>
 span { border-color: #74B591; }

 span { border-color: rgb(116,181,145); }

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