Html Css Color HEX #347C62 Viridian

📋 copy color: '#347C62'

red 52 ◦ green 124 ◦ blue 98

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

Shades of Viridian #347C62

Tints of Viridian #347C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 18.98%
G = 45.26%
B = 35.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#347C62 (or 0x347C62) is known color: Viridian. HEX triplet: 34, 7C and 62. RGB value is (52,124,98). Sum of RGB (Red+Green+Blue) = 52+124+98=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #347C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C62 is #CB839D. Grayscale: #636363. Windows color (decimal): -13337502 or 6454324. OLE color: 6454324.

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

Color convert

RGB 52 124 98 -
CMYK 0.58 0 0.21 0.51
HSL 158.33º 0.41% 0.35% -
HSV(B) 158.33º 0.58% 0.49% -
XYZ 10.83 16.03 14.08 -
YUV 99.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 52 124 98 0.58 0 0.21 0.51 158.33 0.41 0.35
Hex 34 7C 62 3A 0 15 33 9E 29 23
Octal 64 174 142 72 0 25 63 236 51 43
Binary 110100 1111100 1100010 111010 0 10101 110011 10011110 101001 100011

Color Harmonies of #347C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C62

Black with #347C62

Text Example


Text Example

White with #347C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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