#347F69

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

Shades of Viridian #347F69

Tints of Viridian #347F69

Color information

#347F69 (or 0x347F69) is unknown color: approx Viridian. HEX triplet: 34, 7F and 69. RGB value is (52,127,105). Sum of RGB (Red+Green+Blue) = 52+127+105=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #347F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F69 is #CB8096. Grayscale: #666666. Windows color (decimal): -13336727 or 6913844. OLE color: 6913844.

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

Color convert

RGB52127105-
CMYK0.5900.170.50
HSL162.4º41.9%35.1%-
HSV(B)162.4º59.06%49.8%-
XYZ11.5616.9316.02-
YUV102.07129.6592.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 127 (50% from 255) = 44.72%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=18.31%
G=44.72%
B=36.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521271050.5900.170.50162.441.935.1
Hex347F693B01132a22a23
Octal6417715173021622425243
Binary1101001111111110100111101101000111001010100010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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