#348C71

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

Shades of Viridian #348C71

Tints of Viridian #348C71

Color information

#348C71 (or 0x348C71) is unknown color: approx Viridian. HEX triplet: 34, 8C and 71. RGB value is (52,140,113). Sum of RGB (Red+Green+Blue) = 52+140+113=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #348C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C71 is #CB738E. Grayscale: #6E6E6E. Windows color (decimal): -13333391 or 7441460. OLE color: 7441460.

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

Color convert

RGB52140113-
CMYK0.6300.190.45
HSL161.59º45.83%37.65%-
HSV(B)161.59º62.86%54.9%-
XYZ13.7720.6818.89-
YUV110.61129.3586.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 113 (44.53% from 255) = 37.05%
R=17.05%
G=45.90%
B=37.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521401130.6300.190.45161.5945.8337.65
Hex348C713F0132Da22e26
Octal6421416177023552425646
Binary11010010001100111000111111101001110110110100010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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