#348E70

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

Shades of Viridian #348E70

Tints of Viridian #348E70

Color information

#348E70 (or 0x348E70) is unknown color: approx Viridian. HEX triplet: 34, 8E and 70. RGB value is (52,142,112). Sum of RGB (Red+Green+Blue) = 52+142+112=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #348E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E70 is #CB718F. Grayscale: #6F6F6F. Windows color (decimal): -13332880 or 7376436. OLE color: 7376436.

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

Color convert

RGB52142112-
CMYK0.6300.210.44
HSL160º46.39%38.04%-
HSV(B)160º63.38%55.69%-
XYZ14.0121.2518.69-
YUV111.67128.1885.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 142 (55.86% from 255) = 46.41%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=16.99%
G=46.41%
B=36.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521421120.6300.210.4416046.3938.04
Hex348E703F0152Ca02e26
Octal6421616077025542405646
Binary11010010001110111000011111101010110110010100000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,142,112); }

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

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

 a { background-color: rgb(52,142,112); }

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

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

 span { border-color: rgb(52,142,112); }

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