#34906E

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

Shades of Viridian #34906E

Tints of Viridian #34906E

Color information

#34906E (or 0x34906E) is unknown color: approx Viridian. HEX triplet: 34, 90 and 6E. RGB value is (52,144,110). Sum of RGB (Red+Green+Blue) = 52+144+110=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #34906E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34906E is #CB6F91. Grayscale: #707070. Windows color (decimal): -13332370 or 7245876. OLE color: 7245876.

HSL color Cylindrical-coordinate representation of color #34906E: hue angle of 157.83º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34906E is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB52144110-
CMYK0.6400.240.44
HSL157.83º46.94%38.43%-
HSV(B)157.83º63.89%56.47%-
XYZ14.221.818.21-
YUV112.62126.5284.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 144 (56.64% from 255) = 47.06%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=16.99%
G=47.06%
B=35.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441100.6400.240.44157.8346.9438.43
Hex34906E400182C9e2f26
Octal64220156100030542365746
Binary110100100100001101110100000001100010110010011110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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