Html Css Color HEX #327A74 Elm

📋 copy color: '#327A74'

red 50 ◦ green 122 ◦ blue 116

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

Shades of Elm #327A74

Tints of Elm #327A74

RGB

 RED value IS 50 (19.92% from 255) = 17.36%

 GREEN value IS 122 (48.05% from 255) = 42.36%

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 17.36%
G = 42.36%
B = 40.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#327A74 (or 0x327A74) is known color: Elm. HEX triplet: 32, 7A and 74. RGB value is (50,122,116). Sum of RGB (Red+Green+Blue) = 50+122+116=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 122 - color contains mainly: green. Hex color #327A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327A74 is #CD858B. Grayscale: #636363. Windows color (decimal): -13469068 or 7633458. OLE color: 7633458.

HSL color Cylindrical-coordinate representation of color #327A74: hue angle of 175º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327A74 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 122 116 -
CMYK 0.59 0 0.05 0.52
HSL 175º 0.42% 0.34% -
HSV(B) 175º 0.59% 0.48% -
XYZ 11.43 15.86 18.98 -
YUV 99.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 50 122 116 0.59 0 0.05 0.52 175 0.42 0.34
Hex 32 7A 74 3B 0 5 34 AF 2A 22
Octal 62 172 164 73 0 5 64 257 52 42
Binary 110010 1111010 1110100 111011 0 101 110100 10101111 101010 100010

Color Harmonies of #327A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A74

Black with #327A74

Text Example


Text Example

White with #327A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A74; }

 p { color: rgb(50,122,116); }

 H1.HeaderClassName
 {
   color: #327A74;
 }
 .AnyTagClassName
 {
   color: #327A74;
 }
</style>

background-color css

<style>
 a { background-color: #327A74; }

 a { background-color: rgb(50,122,116); }

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

border-color css

<style>
 span { border-color: #327A74; }

 span { border-color: rgb(50,122,116); }

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