Html Css Color HEX #349175 Viridian

📋 copy color: '#349175'

red 52 ◦ green 145 ◦ blue 117

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

Shades of Viridian #349175

Tints of Viridian #349175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 16.56%
G = 46.18%
B = 37.26%

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

#349175 (or 0x349175) is known color: Viridian. HEX triplet: 34, 91 and 75. RGB value is (52,145,117). Sum of RGB (Red+Green+Blue) = 52+145+117=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #349175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349175 is #CB6E8A. Grayscale: #727272. Windows color (decimal): -13332107 or 7704884. OLE color: 7704884.

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

Color convert

RGB 52 145 117 -
CMYK 0.64 0 0.19 0.43
HSL 161.94º 0.47% 0.39% -
HSV(B) 161.94º 0.64% 0.57% -
XYZ 14.75 22.27 20.35 -
YUV 114 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 52 145 117 0.64 0 0.19 0.43 161.94 0.47 0.39
Hex 34 91 75 40 0 13 2B A2 2F 27
Octal 64 221 165 100 0 23 53 242 57 47
Binary 110100 10010001 1110101 1000000 0 10011 101011 10100010 101111 100111

Color Harmonies of #349175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349175

Black with #349175

Text Example


Text Example

White with #349175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349175; }

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

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

background-color css

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

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

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

border-color css

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

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

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