#347B62

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

Shades of Viridian #347B62

Tints of Viridian #347B62

Color information

#347B62 (or 0x347B62) is unknown color: approx Viridian. HEX triplet: 34, 7B and 62. RGB value is (52,123,98). Sum of RGB (Red+Green+Blue) = 52+123+98=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 123 - color contains mainly: green. Hex color #347B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B62 is #CB849D. Grayscale: #626262. Windows color (decimal): -13337758 or 6454068. OLE color: 6454068.

HSL color Cylindrical-coordinate representation of color #347B62: hue angle of 158.87º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B62 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB5212398-
CMYK0.5800.200.52
HSL158.87º40.57%34.31%-
HSV(B)158.87º57.72%48.24%-
XYZ10.715.7814.04-
YUV98.92127.4894.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 123 (48.44% from 255) = 45.05%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=19.05%
G=45.05%
B=35.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52123980.5800.200.52158.8740.5734.31
Hex347B623A014349f2922
Octal6417314272024642375142
Binary1101001111011110001011101001010011010010011111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,123,98); }

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

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

 a { background-color: rgb(52,123,98); }

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

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

 span { border-color: rgb(52,123,98); }

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