#347F67

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

Shades of Viridian #347F67

Tints of Viridian #347F67

Color information

#347F67 (or 0x347F67) is unknown color: approx Viridian. HEX triplet: 34, 7F and 67. RGB value is (52,127,103). Sum of RGB (Red+Green+Blue) = 52+127+103=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #347F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F67 is #CB8098. Grayscale: #656565. Windows color (decimal): -13336729 or 6782772. OLE color: 6782772.

HSL color Cylindrical-coordinate representation of color #347F67: hue angle of 160.8º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F67 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB52127103-
CMYK0.5900.190.50
HSL160.8º41.9%35.1%-
HSV(B)160.8º59.06%49.8%-
XYZ11.4516.8915.49-
YUV101.84128.6592.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 127 (50% from 255) = 45.04%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=18.44%
G=45.04%
B=36.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521271030.5900.190.50160.841.935.1
Hex347F673B01332a12a23
Octal6417714773023622415243
Binary1101001111111110011111101101001111001010100001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,103); }

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

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

 a { background-color: rgb(52,127,103); }

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

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

 span { border-color: rgb(52,127,103); }

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