Html Css Color HEX #349573 Viridian

📋 copy color: '#349573'

red 52 ◦ green 149 ◦ blue 115

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

Shades of Viridian #349573

Tints of Viridian #349573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

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

R = 16.46%
G = 47.15%
B = 36.39%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#349573 (or 0x349573) is known color: Viridian. HEX triplet: 34, 95 and 73. RGB value is (52,149,115). Sum of RGB (Red+Green+Blue) = 52+149+115=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #349573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349573 is #CB6A8C. Grayscale: #747474. Windows color (decimal): -13331085 or 7574836. OLE color: 7574836.

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

Color convert

RGB 52 149 115 -
CMYK 0.65 0 0.23 0.42
HSL 158.97º 0.48% 0.39% -
HSV(B) 158.97º 0.65% 0.58% -
XYZ 15.26 23.46 19.94 -
YUV 116.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 52 149 115 0.65 0 0.23 0.42 158.97 0.48 0.39
Hex 34 95 73 41 0 17 2A 9F 30 27
Octal 64 225 163 101 0 27 52 237 60 47
Binary 110100 10010101 1110011 1000001 0 10111 101010 10011111 110000 100111

Color Harmonies of #349573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349573

Black with #349573

Text Example


Text Example

White with #349573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349573; }

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

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

background-color css

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

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

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

border-color css

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

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

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