#348B72

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

Shades of Viridian #348B72

Tints of Viridian #348B72

Color information

#348B72 (or 0x348B72) is unknown color: approx Viridian. HEX triplet: 34, 8B and 72. RGB value is (52,139,114). Sum of RGB (Red+Green+Blue) = 52+139+114=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #348B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B72 is #CB748D. Grayscale: #6E6E6E. Windows color (decimal): -13333646 or 7506740. OLE color: 7506740.

HSL color Cylindrical-coordinate representation of color #348B72: hue angle of 162.76º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B72 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB52139114-
CMYK0.6300.180.45
HSL162.76º45.55%37.45%-
HSV(B)162.76º62.59%54.51%-
XYZ13.6920.4119.14-
YUV110.14130.1886.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=17.05%
G=45.57%
B=37.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391140.6300.180.45162.7645.5537.45
Hex348B723F0122Da32e25
Octal6421316277022552435645
Binary11010010001011111001011111101001010110110100011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,139,114); }

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

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

 a { background-color: rgb(52,139,114); }

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

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

 span { border-color: rgb(52,139,114); }

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