#34876A

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

Shades of Viridian #34876A

Tints of Viridian #34876A

Color information

#34876A (or 0x34876A) is unknown color: approx Viridian. HEX triplet: 34, 87 and 6A. RGB value is (52,135,106). Sum of RGB (Red+Green+Blue) = 52+135+106=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #34876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34876A is #CB7895. Grayscale: #6A6A6A. Windows color (decimal): -13334678 or 6981428. OLE color: 6981428.

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

Color convert

RGB52135106-
CMYK0.6100.210.47
HSL159.04º44.39%36.67%-
HSV(B)159.04º61.48%52.94%-
XYZ12.6819.116.65-
YUV106.88127.588.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 135 (53.12% from 255) = 46.08%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=17.75%
G=46.08%
B=36.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521351060.6100.210.47159.0444.3936.67
Hex34876A3D0152F9f2c25
Octal6420715275025572375445
Binary11010010000111110101011110101010110111110011111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34876A; }

 p { color: rgb(52,135,106); }

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

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

 a { background-color: rgb(52,135,106); }

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

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

 span { border-color: rgb(52,135,106); }

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