Html Css Color HEX #349174 Viridian

📋 copy color: '#349174'

red 52 ◦ green 145 ◦ blue 116

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

Shades of Viridian #349174

Tints of Viridian #349174

RGB

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

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

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

R = 16.61%
G = 46.33%
B = 37.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#349174 (or 0x349174) is known color: Viridian. HEX triplet: 34, 91 and 74. RGB value is (52,145,116). Sum of RGB (Red+Green+Blue) = 52+145+116=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #349174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349174 is #CB6E8B. Grayscale: #717171. Windows color (decimal): -13332108 or 7639348. OLE color: 7639348.

HSL color Cylindrical-coordinate representation of color #349174: hue angle of 161.29º 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 #349174 is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 145 116 -
CMYK 0.64 0 0.2 0.43
HSL 161.29º 0.47% 0.39% -
HSV(B) 161.29º 0.64% 0.57% -
XYZ 14.69 22.24 20.04 -
YUV 113.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 52 145 116 0.64 0 0.2 0.43 161.29 0.47 0.39
Hex 34 91 74 40 0 14 2B A1 2F 27
Octal 64 221 164 100 0 24 53 241 57 47
Binary 110100 10010001 1110100 1000000 0 10100 101011 10100001 101111 100111

Color Harmonies of #349174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349174

Black with #349174

Text Example


Text Example

White with #349174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349174; }

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

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

background-color css

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

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

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

border-color css

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

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

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