Html Css Color HEX #349274 Viridian

📋 copy color: '#349274'

red 52 ◦ green 146 ◦ blue 116

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

Shades of Viridian #349274

Tints of Viridian #349274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 16.56%
G = 46.5%
B = 36.94%

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

#349274 (or 0x349274) is known color: Viridian. HEX triplet: 34, 92 and 74. RGB value is (52,146,116). Sum of RGB (Red+Green+Blue) = 52+146+116=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #349274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349274 is #CB6D8B. Grayscale: #727272. Windows color (decimal): -13331852 or 7639604. OLE color: 7639604.

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

Color convert

RGB 52 146 116 -
CMYK 0.64 0 0.21 0.43
HSL 160.85º 0.47% 0.39% -
HSV(B) 160.85º 0.64% 0.57% -
XYZ 14.85 22.55 20.09 -
YUV 114.47 128.86 83.44 -
System Red Green Blue C M Y K H S L
Decimal 52 146 116 0.64 0 0.21 0.43 160.85 0.47 0.39
Hex 34 92 74 40 0 15 2B A1 2F 27
Octal 64 222 164 100 0 25 53 241 57 47
Binary 110100 10010010 1110100 1000000 0 10101 101011 10100001 101111 100111

Color Harmonies of #349274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349274

Black with #349274

Text Example


Text Example

White with #349274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349274; }

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

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

background-color css

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

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

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

border-color css

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

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

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