#348B76

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

Shades of Viridian #348B76

Tints of Viridian #348B76

Color information

#348B76 (or 0x348B76) is unknown color: approx Viridian. HEX triplet: 34, 8B and 76. RGB value is (52,139,118). Sum of RGB (Red+Green+Blue) = 52+139+118=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 139 - color contains mainly: green. Hex color #348B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B76 is #CB7489. Grayscale: #6E6E6E. Windows color (decimal): -13333642 or 7768884. OLE color: 7768884.

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

Color convert

RGB52139118-
CMYK0.6300.150.45
HSL165.52º45.55%37.45%-
HSV(B)165.52º62.59%54.51%-
XYZ13.9220.520.36-
YUV110.59132.1886.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 139 (54.69% from 255) = 44.98%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=16.83%
G=44.98%
B=38.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391180.6300.150.45165.5245.5537.45
Hex348B763F0F2Da62e25
Octal6421316677017552465645
Binary1101001000101111101101111110111110110110100110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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