#348A73

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

Shades of Viridian #348A73

Tints of Viridian #348A73

Color information

#348A73 (or 0x348A73) is unknown color: approx Viridian. HEX triplet: 34, 8A and 73. RGB value is (52,138,115). Sum of RGB (Red+Green+Blue) = 52+138+115=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 138 - color contains mainly: green. Hex color #348A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A73 is #CB758C. Grayscale: #6D6D6D. Windows color (decimal): -13333901 or 7572020. OLE color: 7572020.

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

Color convert

RGB52138115-
CMYK0.6200.170.46
HSL163.95º45.26%37.25%-
HSV(B)163.95º62.32%54.12%-
XYZ13.620.1419.39-
YUV109.66131.0186.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=17.05%
G=45.25%
B=37.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521381150.6200.170.46163.9545.2637.25
Hex348A733E0112Ea42d25
Octal6421216376021562445545
Binary11010010001010111001111111001000110111010100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348A73; }

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

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

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

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

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

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

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

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