Html Css Color HEX #349074 Viridian

📋 copy color: '#349074'

red 52 ◦ green 144 ◦ blue 116

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

Shades of Viridian #349074

Tints of Viridian #349074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 16.67%
G = 46.15%
B = 37.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#349074 (or 0x349074) is known color: Viridian. HEX triplet: 34, 90 and 74. RGB value is (52,144,116). Sum of RGB (Red+Green+Blue) = 52+144+116=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #349074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349074 is #CB6F8B. Grayscale: #717171. Windows color (decimal): -13332364 or 7639092. OLE color: 7639092.

HSL color Cylindrical-coordinate representation of color #349074: hue angle of 161.74º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349074 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 116 -
CMYK 0.64 0 0.19 0.44
HSL 161.74º 0.47% 0.38% -
HSV(B) 161.74º 0.64% 0.56% -
XYZ 14.54 21.94 19.99 -
YUV 113.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 52 144 116 0.64 0 0.19 0.44 161.74 0.47 0.38
Hex 34 90 74 40 0 13 2C A2 2F 26
Octal 64 220 164 100 0 23 54 242 57 46
Binary 110100 10010000 1110100 1000000 0 10011 101100 10100010 101111 100110

Color Harmonies of #349074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349074

Black with #349074

Text Example


Text Example

White with #349074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349074; }

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

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

background-color css

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

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

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

border-color css

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

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

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