#349076

Color #349076 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #349076

Tints of Viridian #349076

Color information

#349076 (or 0x349076) is unknown color: approx 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

RGB52144118-
CMYK0.6400.180.44
HSL163.04º46.94%38.43%-
HSV(B)163.04º63.89%56.47%-
XYZ14.6621.9820.61-
YUV113.53130.5284.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441180.6400.180.44163.0446.9438.43
Hex349076400122Ca32f26
Octal64220166100022542435746
Binary110100100100001110110100000001001010110010100011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>