Html Css Color HEX #349076 Viridian

📋 copy color: '#349076'

red 52 ◦ green 144 ◦ blue 118

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

Shades of Viridian #349076

Tints of Viridian #349076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 16.56%
G = 45.86%
B = 37.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#349076 (or 0x349076) is known color: Viridian. HEX triplet: 34, 90 and 76. RGB value is (52,144,118). Sum of RGB (Red+Green+Blue) = 52+144+118=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #349076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349076 is #CB6F89. Grayscale: #717171. Windows color (decimal): -13332362 or 7770164. OLE color: 7770164.

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

Color convert

RGB 52 144 118 -
CMYK 0.64 0 0.18 0.44
HSL 163.04º 0.47% 0.38% -
HSV(B) 163.04º 0.64% 0.56% -
XYZ 14.66 21.98 20.61 -
YUV 113.53 130.52 84.11 -
System Red Green Blue C M Y K H S L
Decimal 52 144 118 0.64 0 0.18 0.44 163.04 0.47 0.38
Hex 34 90 76 40 0 12 2C A3 2F 26
Octal 64 220 166 100 0 22 54 243 57 46
Binary 110100 10010000 1110110 1000000 0 10010 101100 10100011 101111 100110

Color Harmonies of #349076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349076

Black with #349076

Text Example


Text Example

White with #349076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349076; }

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

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

background-color css

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

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

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

border-color css

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

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

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