#347D66

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

Shades of Viridian #347D66

Tints of Viridian #347D66

Color information

#347D66 (or 0x347D66) is unknown color: approx Viridian. HEX triplet: 34, 7D and 66. RGB value is (52,125,102). Sum of RGB (Red+Green+Blue) = 52+125+102=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #347D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347D66 is #CB8299. Grayscale: #646464. Windows color (decimal): -13337242 or 6716724. OLE color: 6716724.

HSL color Cylindrical-coordinate representation of color #347D66: hue angle of 161.1º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D66 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB52125102-
CMYK0.5800.180.51
HSL161.1º41.24%34.71%-
HSV(B)161.1º58.4%49.02%-
XYZ11.1516.3615.14-
YUV100.55128.8293.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=18.64%
G=44.80%
B=36.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521251020.5800.180.51161.141.2434.71
Hex347D663A01233a12923
Octal6417514672022632415143
Binary1101001111101110011011101001001011001110100001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347D66; }

 p { color: rgb(52,125,102); }

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

<style>
 a { background-color: #347D66; }

 a { background-color: rgb(52,125,102); }

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

<style>
 span { border-color: #347D66; }

 span { border-color: rgb(52,125,102); }

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