#34826D

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

Shades of Viridian #34826D

Tints of Viridian #34826D

Color information

#34826D (or 0x34826D) is unknown color: approx Viridian. HEX triplet: 34, 82 and 6D. RGB value is (52,130,109). Sum of RGB (Red+Green+Blue) = 52+130+109=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #34826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34826D is #CB7D92. Grayscale: #686868. Windows color (decimal): -13335955 or 7176756. OLE color: 7176756.

HSL color Cylindrical-coordinate representation of color #34826D: hue angle of 163.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34826D is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB52130109-
CMYK0.6000.160.49
HSL163.85º42.86%35.69%-
HSV(B)163.85º60%50.98%-
XYZ12.1617.817.26-
YUV104.28130.6690.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=17.87%
G=44.67%
B=37.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521301090.6000.160.49163.8542.8635.69
Hex34826D3C01031a42b24
Octal6420215574020612445344
Binary11010010000010110110111110001000011000110100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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