#348971

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

Shades of Viridian #348971

Tints of Viridian #348971

Color information

#348971 (or 0x348971) is unknown color: approx Viridian. HEX triplet: 34, 89 and 71. RGB value is (52,137,113). Sum of RGB (Red+Green+Blue) = 52+137+113=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #348971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348971 is #CB768E. Grayscale: #6C6C6C. Windows color (decimal): -13334159 or 7440692. OLE color: 7440692.

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

Color convert

RGB52137113-
CMYK0.6200.180.46
HSL163.06º44.97%37.06%-
HSV(B)163.06º62.04%53.73%-
XYZ13.3419.8118.74-
YUV108.85130.3487.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=17.22%
G=45.36%
B=37.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371130.6200.180.46163.0644.9737.06
Hex3489713E0122Ea32d25
Octal6421116176022562435545
Binary11010010001001111000111111001001010111010100011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348971; }

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

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

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

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

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

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

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

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