Html Css Color HEX #349176 Viridian

📋 copy color: '#349176'

red 52 ◦ green 145 ◦ blue 118

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

Shades of Viridian #349176

Tints of Viridian #349176

RGB

 RED value IS 52 (20.7% from 255) = 16.51%

 GREEN value IS 145 (57.03% from 255) = 46.03%

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 16.51%
G = 46.03%
B = 37.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#349176 (or 0x349176) is known color: Viridian. HEX triplet: 34, 91 and 76. RGB value is (52,145,118). Sum of RGB (Red+Green+Blue) = 52+145+118=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #349176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349176 is #CB6E89. Grayscale: #727272. Windows color (decimal): -13332106 or 7770420. OLE color: 7770420.

HSL color Cylindrical-coordinate representation of color #349176: hue angle of 162.58º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349176 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 118 -
CMYK 0.64 0 0.19 0.43
HSL 162.58º 0.47% 0.39% -
HSV(B) 162.58º 0.64% 0.57% -
XYZ 14.81 22.29 20.66 -
YUV 114.12 130.19 83.7 -
System Red Green Blue C M Y K H S L
Decimal 52 145 118 0.64 0 0.19 0.43 162.58 0.47 0.39
Hex 34 91 76 40 0 13 2B A3 2F 27
Octal 64 221 166 100 0 23 53 243 57 47
Binary 110100 10010001 1110110 1000000 0 10011 101011 10100011 101111 100111

Color Harmonies of #349176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349176

Black with #349176

Text Example


Text Example

White with #349176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349176; }

 p { color: rgb(52,145,118); }

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

background-color css

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

 a { background-color: rgb(52,145,118); }

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

border-color css

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

 span { border-color: rgb(52,145,118); }

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