#347961

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

Shades of Viridian #347961

Tints of Viridian #347961

Color information

#347961 (or 0x347961) is unknown color: approx Viridian. HEX triplet: 34, 79 and 61. RGB value is (52,121,97). Sum of RGB (Red+Green+Blue) = 52+121+97=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 121 (47.66% from 255 or 44.81% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 121 - color contains mainly: green. Hex color #347961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347961 is #CB869E. Grayscale: #616161. Windows color (decimal): -13338271 or 6388020. OLE color: 6388020.

HSL color Cylindrical-coordinate representation of color #347961: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347961 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB5212197-
CMYK0.5700.200.53
HSL159.13º39.88%33.92%-
HSV(B)159.13º57.02%47.45%-
XYZ10.4115.2713.71-
YUV97.63127.6495.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 121 (47.66% from 255) = 44.81%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=19.26%
G=44.81%
B=35.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52121970.5700.200.53159.1339.8833.92
Hex34796139014359f2822
Octal6417114171024652375042
Binary1101001111001110000111100101010011010110011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347961; }

 p { color: rgb(52,121,97); }

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

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

 a { background-color: rgb(52,121,97); }

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

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

 span { border-color: rgb(52,121,97); }

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