#34836E

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

Shades of Viridian #34836E

Tints of Viridian #34836E

Color information

#34836E (or 0x34836E) is unknown color: approx Viridian. HEX triplet: 34, 83 and 6E. RGB value is (52,131,110). Sum of RGB (Red+Green+Blue) = 52+131+110=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #34836E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34836E is #CB7C91. Grayscale: #686868. Windows color (decimal): -13335698 or 7242548. OLE color: 7242548.

HSL color Cylindrical-coordinate representation of color #34836E: hue angle of 164.05º 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 #34836E is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB52131110-
CMYK0.6000.160.49
HSL164.05º43.17%35.88%-
HSV(B)164.05º60.31%51.37%-
XYZ12.3518.0917.59-
YUV104.98130.8390.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 131 (51.56% from 255) = 44.71%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=17.75%
G=44.71%
B=37.54%

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
Decimal521311100.6000.160.49164.0543.1735.88
Hex34836E3C01031a42b24
Octal6420315674020612445344
Binary11010010000011110111011110001000011000110100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34836E; }

 p { color: rgb(52,131,110); }

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

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

 a { background-color: rgb(52,131,110); }

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

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

 span { border-color: rgb(52,131,110); }

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