#34866D

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

Shades of Viridian #34866D

Tints of Viridian #34866D

Color information

#34866D (or 0x34866D) is unknown color: approx Viridian. HEX triplet: 34, 86 and 6D. RGB value is (52,134,109). Sum of RGB (Red+Green+Blue) = 52+134+109=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #34866D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34866D is #CB7992. Grayscale: #6A6A6A. Windows color (decimal): -13334931 or 7177780. OLE color: 7177780.

HSL color Cylindrical-coordinate representation of color #34866D: hue angle of 161.71º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34866D is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB52134109-
CMYK0.6100.190.47
HSL161.71º44.09%36.47%-
HSV(B)161.71º61.19%52.55%-
XYZ12.718.8817.44-
YUV106.63129.3389.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=17.63%
G=45.42%
B=36.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341090.6100.190.47161.7144.0936.47
Hex34866D3D0132Fa22c24
Octal6420615575023572425444
Binary11010010000110110110111110101001110111110100010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34866D; }

 p { color: rgb(52,134,109); }

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

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

 a { background-color: rgb(52,134,109); }

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

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

 span { border-color: rgb(52,134,109); }

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