Html Css Color HEX #74B393 Padua

📋 copy color: '#74B393'

red 116 ◦ green 179 ◦ blue 147

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

Shades of Padua #74B393

Tints of Padua #74B393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.5%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 26.24%
G = 40.5%
B = 33.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#74B393 (or 0x74B393) is known color: Padua. HEX triplet: 74, B3 and 93. RGB value is (116,179,147). Sum of RGB (Red+Green+Blue) = 116+179+147=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #74B393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74B393 is #8B4C6C. Grayscale: #9C9C9C. Windows color (decimal): -9129069 or 9679732. OLE color: 9679732.

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

Color convert

RGB 116 179 147 -
CMYK 0.35 0 0.18 0.30
HSL 149.52º 0.29% 0.58% -
HSV(B) 149.52º 0.35% 0.7% -
XYZ 28.59 38.06 33.44 -
YUV 156.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 116 179 147 0.35 0 0.18 0.30 149.52 0.29 0.58
Hex 74 B3 93 23 0 12 1E 96 1D 3A
Octal 164 263 223 43 0 22 36 226 35 72
Binary 1110100 10110011 10010011 100011 0 10010 11110 10010110 11101 111010

Color Harmonies of #74B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B393

Black with #74B393

Text Example


Text Example

White with #74B393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,179,147); }

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

background-color css

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

 a { background-color: rgb(116,179,147); }

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

border-color css

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

 span { border-color: rgb(116,179,147); }

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