#347F65

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

Shades of Viridian #347F65

Tints of Viridian #347F65

Color information

#347F65 (or 0x347F65) is unknown color: approx Viridian. HEX triplet: 34, 7F and 65. RGB value is (52,127,101). Sum of RGB (Red+Green+Blue) = 52+127+101=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 127 - color contains mainly: green. Hex color #347F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F65 is #CB809A. Grayscale: #656565. Windows color (decimal): -13336731 or 6651700. OLE color: 6651700.

HSL color Cylindrical-coordinate representation of color #347F65: hue angle of 159.2º 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 #347F65 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB52127101-
CMYK0.5900.200.50
HSL159.2º41.9%35.1%-
HSV(B)159.2º59.06%49.8%-
XYZ11.3516.8514.97-
YUV101.61127.6592.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=18.57%
G=45.36%
B=36.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521271010.5900.200.50159.241.935.1
Hex347F653B014329f2a23
Octal6417714573024622375243
Binary1101001111111110010111101101010011001010011111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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