#34856A

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

Shades of Viridian #34856A

Tints of Viridian #34856A

Color information

#34856A (or 0x34856A) is unknown color: approx Viridian. HEX triplet: 34, 85 and 6A. RGB value is (52,133,106). Sum of RGB (Red+Green+Blue) = 52+133+106=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #34856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34856A is #CB7A95. Grayscale: #696969. Windows color (decimal): -13335190 or 6980916. OLE color: 6980916.

HSL color Cylindrical-coordinate representation of color #34856A: hue angle of 160º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34856A is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB52133106-
CMYK0.6100.200.48
HSL160º43.78%36.27%-
HSV(B)160º60.9%52.16%-
XYZ12.4118.5516.56-
YUV105.7128.1689.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=17.87%
G=45.70%
B=36.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331060.6100.200.4816043.7836.27
Hex34856A3D01430a02c24
Octal6420515275024602405444
Binary11010010000101110101011110101010011000010100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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