#34785F

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

Shades of Viridian #34785F

Tints of Viridian #34785F

Color information

#34785F (or 0x34785F) is unknown color: approx Viridian. HEX triplet: 34, 78 and 5F. RGB value is (52,120,95). Sum of RGB (Red+Green+Blue) = 52+120+95=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 120 - color contains mainly: green. Hex color #34785F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34785F is #CB87A0. Grayscale: #606060. Windows color (decimal): -13338529 or 6256692. OLE color: 6256692.

HSL color Cylindrical-coordinate representation of color #34785F: hue angle of 157.94º 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 #34785F is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB5212095-
CMYK0.5700.210.53
HSL157.94º39.53%33.73%-
HSV(B)157.94º56.67%47.06%-
XYZ10.214.9913.18-
YUV96.82126.9796.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 120 (47.27% from 255) = 44.94%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=19.48%
G=44.94%
B=35.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52120950.5700.210.53157.9439.5333.73
Hex34785F39015359e2822
Octal6417013771025652365042
Binary1101001111000101111111100101010111010110011110101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34785F; }

 p { color: rgb(52,120,95); }

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

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

 a { background-color: rgb(52,120,95); }

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

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

 span { border-color: rgb(52,120,95); }

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