Html Css Color HEX #74B491 Padua

📋 copy color: '#74B491'

red 116 ◦ green 180 ◦ blue 145

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

Shades of Padua #74B491

Tints of Padua #74B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.82%

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

R = 26.3%
G = 40.82%
B = 32.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#74B491 (or 0x74B491) is known color: Padua. HEX triplet: 74, B4 and 91. RGB value is (116,180,145). Sum of RGB (Red+Green+Blue) = 116+180+145=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #74B491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B491 is #8B4B6E. Grayscale: #9C9C9C. Windows color (decimal): -9128815 or 9548916. OLE color: 9548916.

HSL color Cylindrical-coordinate representation of color #74B491: hue angle of 147.19º degrees, saturation: 0.3, 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 #74B491 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 180 145 -
CMYK 0.36 0 0.19 0.29
HSL 147.19º 0.3% 0.58% -
HSV(B) 147.19º 0.36% 0.71% -
XYZ 28.63 38.4 32.69 -
YUV 156.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 116 180 145 0.36 0 0.19 0.29 147.19 0.3 0.58
Hex 74 B4 91 24 0 13 1D 93 1E 3A
Octal 164 264 221 44 0 23 35 223 36 72
Binary 1110100 10110100 10010001 100100 0 10011 11101 10010011 11110 111010

Color Harmonies of #74B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B491

Black with #74B491

Text Example


Text Example

White with #74B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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