Html Css Color HEX #74B490 Padua

📋 copy color: '#74B490'

red 116 ◦ green 180 ◦ blue 144

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

Shades of Padua #74B490

Tints of Padua #74B490

RGB

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

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

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

R = 26.36%
G = 40.91%
B = 32.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#74B490 (or 0x74B490) is known color: Padua. HEX triplet: 74, B4 and 90. RGB value is (116,180,144). Sum of RGB (Red+Green+Blue) = 116+180+144=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #74B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B490 is #8B4B6F. Grayscale: #9C9C9C. Windows color (decimal): -9128816 or 9483380. OLE color: 9483380.

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

Color convert

RGB 116 180 144 -
CMYK 0.36 0 0.2 0.29
HSL 146.25º 0.3% 0.58% -
HSV(B) 146.25º 0.36% 0.71% -
XYZ 28.56 38.37 32.29 -
YUV 156.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 116 180 144 0.36 0 0.2 0.29 146.25 0.3 0.58
Hex 74 B4 90 24 0 14 1D 92 1E 3A
Octal 164 264 220 44 0 24 35 222 36 72
Binary 1110100 10110100 10010000 100100 0 10100 11101 10010010 11110 111010

Color Harmonies of #74B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B490

Black with #74B490

Text Example


Text Example

White with #74B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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