#348B70

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

Shades of Viridian #348B70

Tints of Viridian #348B70

Color information

#348B70 (or 0x348B70) is unknown color: approx Viridian. HEX triplet: 34, 8B and 70. RGB value is (52,139,112). Sum of RGB (Red+Green+Blue) = 52+139+112=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #348B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B70 is #CB748F. Grayscale: #6D6D6D. Windows color (decimal): -13333648 or 7375668. OLE color: 7375668.

HSL color Cylindrical-coordinate representation of color #348B70: hue angle of 161.38º 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 #348B70 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB52139112-
CMYK0.6300.190.45
HSL161.38º45.55%37.45%-
HSV(B)161.38º62.59%54.51%-
XYZ13.5720.3718.54-
YUV109.91129.1886.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.16%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=17.16%
G=45.87%
B=36.96%

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
Decimal521391120.6300.190.45161.3845.5537.45
Hex348B703F0132Da12e25
Octal6421316077023552415645
Binary11010010001011111000011111101001110110110100001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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