Html Css Color HEX #349373 Viridian

📋 copy color: '#349373'

red 52 ◦ green 147 ◦ blue 115

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

Shades of Viridian #349373

Tints of Viridian #349373

RGB

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

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

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

R = 16.56%
G = 46.82%
B = 36.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#349373 (or 0x349373) is known color: Viridian. HEX triplet: 34, 93 and 73. RGB value is (52,147,115). Sum of RGB (Red+Green+Blue) = 52+147+115=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #349373 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349373 is #CB6C8C. Grayscale: #727272. Windows color (decimal): -13331597 or 7574324. OLE color: 7574324.

HSL color Cylindrical-coordinate representation of color #349373: hue angle of 159.79º 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 #349373 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 147 115 -
CMYK 0.65 0 0.22 0.42
HSL 159.79º 0.48% 0.39% -
HSV(B) 159.79º 0.65% 0.58% -
XYZ 14.94 22.84 19.84 -
YUV 114.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 52 147 115 0.65 0 0.22 0.42 159.79 0.48 0.39
Hex 34 93 73 41 0 16 2A A0 30 27
Octal 64 223 163 101 0 26 52 240 60 47
Binary 110100 10010011 1110011 1000001 0 10110 101010 10100000 110000 100111

Color Harmonies of #349373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349373

Black with #349373

Text Example


Text Example

White with #349373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349373; }

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

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

background-color css

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

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

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

border-color css

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

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

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