#349471

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

Shades of Viridian #349471

Tints of Viridian #349471

Color information

#349471 (or 0x349471) is unknown color: approx Viridian. HEX triplet: 34, 94 and 71. RGB value is (52,148,113). Sum of RGB (Red+Green+Blue) = 52+148+113=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #349471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349471 is #CB6B8E. Grayscale: #737373. Windows color (decimal): -13331343 or 7443508. OLE color: 7443508.

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

Color convert

RGB52148113-
CMYK0.6500.240.42
HSL158.12º48%39.22%-
HSV(B)158.12º64.86%58.04%-
XYZ14.9923.119.29-
YUV115.31126.782.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=16.61%
G=47.28%
B=36.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481130.6500.240.42158.124839.22
Hex349471410182A9e3027
Octal64224161101030522366047
Binary110100100101001110001100000101100010101010011110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349471; }

 p { color: rgb(52,148,113); }

 H1.HeaderClassName
 {
   color: #349471;
 }
 .AnyTagClassName
 {
   color: #349471;
 }
</style>
background-color css

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

 a { background-color: rgb(52,148,113); }

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

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

 span { border-color: rgb(52,148,113); }

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