Html Css Color HEX #349374 Viridian

📋 copy color: '#349374'

red 52 ◦ green 147 ◦ blue 116

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

Shades of Viridian #349374

Tints of Viridian #349374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

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

R = 16.51%
G = 46.67%
B = 36.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#349374 (or 0x349374) is known color: Viridian. HEX triplet: 34, 93 and 74. RGB value is (52,147,116). Sum of RGB (Red+Green+Blue) = 52+147+116=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #349374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349374 is #CB6C8B. Grayscale: #737373. Windows color (decimal): -13331596 or 7639860. OLE color: 7639860.

HSL color Cylindrical-coordinate representation of color #349374: hue angle of 160.42º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349374 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 116 -
CMYK 0.65 0 0.21 0.42
HSL 160.42º 0.48% 0.39% -
HSV(B) 160.42º 0.65% 0.58% -
XYZ 15 22.86 20.14 -
YUV 115.06 128.53 83.02 -
System Red Green Blue C M Y K H S L
Decimal 52 147 116 0.65 0 0.21 0.42 160.42 0.48 0.39
Hex 34 93 74 41 0 15 2A A0 30 27
Octal 64 223 164 101 0 25 52 240 60 47
Binary 110100 10010011 1110100 1000001 0 10101 101010 10100000 110000 100111

Color Harmonies of #349374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349374

Black with #349374

Text Example


Text Example

White with #349374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349374; }

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

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

background-color css

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

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

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

border-color css

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

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

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