Html Css Color HEX #349173 Viridian

📋 copy color: '#349173'

red 52 ◦ green 145 ◦ blue 115

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

Shades of Viridian #349173

Tints of Viridian #349173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 16.67%
G = 46.47%
B = 36.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#349173 (or 0x349173) is known color: Viridian. HEX triplet: 34, 91 and 73. RGB value is (52,145,115). Sum of RGB (Red+Green+Blue) = 52+145+115=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #349173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349173 is #CB6E8C. Grayscale: #717171. Windows color (decimal): -13332109 or 7573812. OLE color: 7573812.

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

Color convert

RGB 52 145 115 -
CMYK 0.64 0 0.21 0.43
HSL 160.65º 0.47% 0.39% -
HSV(B) 160.65º 0.64% 0.57% -
XYZ 14.64 22.22 19.74 -
YUV 113.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 52 145 115 0.64 0 0.21 0.43 160.65 0.47 0.39
Hex 34 91 73 40 0 15 2B A1 2F 27
Octal 64 221 163 100 0 25 53 241 57 47
Binary 110100 10010001 1110011 1000000 0 10101 101011 10100001 101111 100111

Color Harmonies of #349173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349173

Black with #349173

Text Example


Text Example

White with #349173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349173; }

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

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

background-color css

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

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

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

border-color css

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

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

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