#34896C

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

Shades of Viridian #34896C

Tints of Viridian #34896C

Color information

#34896C (or 0x34896C) is unknown color: approx Viridian. HEX triplet: 34, 89 and 6C. RGB value is (52,137,108). Sum of RGB (Red+Green+Blue) = 52+137+108=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #34896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34896C is #CB7693. Grayscale: #6C6C6C. Windows color (decimal): -13334164 or 7113012. OLE color: 7113012.

HSL color Cylindrical-coordinate representation of color #34896C: hue angle of 159.53º 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 #34896C is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB52137108-
CMYK0.6200.210.46
HSL159.53º44.97%37.06%-
HSV(B)159.53º62.04%53.73%-
XYZ13.0719.717.3-
YUV108.28127.8487.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=17.51%
G=46.13%
B=36.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371080.6200.210.46159.5344.9737.06
Hex34896C3E0152Ea02d25
Octal6421115476025562405545
Binary11010010001001110110011111001010110111010100000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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