#348A6F

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

Shades of Viridian #348A6F

Tints of Viridian #348A6F

Color information

#348A6F (or 0x348A6F) is unknown color: approx Viridian. HEX triplet: 34, 8A and 6F. RGB value is (52,138,111). Sum of RGB (Red+Green+Blue) = 52+138+111=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #348A6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A6F is #CB7590. Grayscale: #6D6D6D. Windows color (decimal): -13333905 or 7309876. OLE color: 7309876.

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

Color convert

RGB52138111-
CMYK0.6200.200.46
HSL161.16º45.26%37.25%-
HSV(B)161.16º62.32%54.12%-
XYZ13.3720.0518.2-
YUV109.21129.0187.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=17.28%
G=45.85%
B=36.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521381110.6200.200.46161.1645.2637.25
Hex348A6F3E0142Ea12d25
Octal6421215776024562415545
Binary11010010001010110111111111001010010111010100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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