#34896D

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

Shades of Viridian #34896D

Tints of Viridian #34896D

Color information

#34896D (or 0x34896D) is unknown color: approx Viridian. HEX triplet: 34, 89 and 6D. RGB value is (52,137,109). Sum of RGB (Red+Green+Blue) = 52+137+109=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #34896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34896D is #CB7692. Grayscale: #6C6C6C. Windows color (decimal): -13334163 or 7178548. OLE color: 7178548.

HSL color Cylindrical-coordinate representation of color #34896D: hue angle of 160.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34896D is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB52137109-
CMYK0.6200.200.46
HSL160.24º44.97%37.06%-
HSV(B)160.24º62.04%53.73%-
XYZ13.1219.7317.58-
YUV108.39128.3487.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=17.45%
G=45.97%
B=36.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371090.6200.200.46160.2444.9737.06
Hex34896D3E0142Ea02d25
Octal6421115576024562405545
Binary11010010001001110110111111001010010111010100000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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