#348973

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

Shades of Viridian #348973

Tints of Viridian #348973

Color information

#348973 (or 0x348973) is unknown color: approx Viridian. HEX triplet: 34, 89 and 73. RGB value is (52,137,115). Sum of RGB (Red+Green+Blue) = 52+137+115=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #348973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348973 is #CB768C. Grayscale: #6D6D6D. Windows color (decimal): -13334157 or 7571764. OLE color: 7571764.

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

Color convert

RGB52137115-
CMYK0.6200.160.46
HSL164.47º44.97%37.06%-
HSV(B)164.47º62.04%53.73%-
XYZ13.4619.8619.34-
YUV109.08131.3487.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=17.11%
G=45.07%
B=37.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371150.6200.160.46164.4744.9737.06
Hex3489733E0102Ea42d25
Octal6421116376020562445545
Binary11010010001001111001111111001000010111010100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348973; }

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

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

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

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

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

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

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

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