Html Css Color HEX #347C60 Viridian

📋 copy color: '#347C60'

red 52 ◦ green 124 ◦ blue 96

#347C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #347C60

Tints of Viridian #347C60

RGB

 RED value IS 52 (20.7% from 255) = 19.12%

 GREEN value IS 124 (48.83% from 255) = 45.59%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 19.12%
G = 45.59%
B = 35.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#347C60 (or 0x347C60) is known color: Viridian. HEX triplet: 34, 7C and 60. RGB value is (52,124,96). Sum of RGB (Red+Green+Blue) = 52+124+96=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #347C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C60 is #CB839F. Grayscale: #636363. Windows color (decimal): -13337504 or 6323252. OLE color: 6323252.

HSL color Cylindrical-coordinate representation of color #347C60: hue angle of 156.67º 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 #347C60 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 124 96 -
CMYK 0.58 0 0.23 0.51
HSL 156.67º 0.41% 0.35% -
HSV(B) 156.67º 0.58% 0.49% -
XYZ 10.74 15.99 13.59 -
YUV 99.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 52 124 96 0.58 0 0.23 0.51 156.67 0.41 0.35
Hex 34 7C 60 3A 0 17 33 9D 29 23
Octal 64 174 140 72 0 27 63 235 51 43
Binary 110100 1111100 1100000 111010 0 10111 110011 10011101 101001 100011

Color Harmonies of #347C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C60

Black with #347C60

Text Example


Text Example

White with #347C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,124,96); }

 H1.HeaderClassName
 {
   color: #347C60;
 }
 .AnyTagClassName
 {
   color: #347C60;
 }
</style>

background-color css

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

 a { background-color: rgb(52,124,96); }

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

border-color css

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

 span { border-color: rgb(52,124,96); }

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