Html Css Color HEX #347C65 Viridian

📋 copy color: '#347C65'

red 52 ◦ green 124 ◦ blue 101

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

Shades of Viridian #347C65

Tints of Viridian #347C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 18.77%
G = 44.77%
B = 36.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#347C65 (or 0x347C65) is known color: Viridian. HEX triplet: 34, 7C and 65. RGB value is (52,124,101). Sum of RGB (Red+Green+Blue) = 52+124+101=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #347C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C65 is #CB839A. Grayscale: #636363. Windows color (decimal): -13337499 or 6650932. OLE color: 6650932.

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

Color convert

RGB 52 124 101 -
CMYK 0.58 0 0.19 0.51
HSL 160.83º 0.41% 0.35% -
HSV(B) 160.83º 0.58% 0.49% -
XYZ 10.97 16.08 14.84 -
YUV 99.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 52 124 101 0.58 0 0.19 0.51 160.83 0.41 0.35
Hex 34 7C 65 3A 0 13 33 A1 29 23
Octal 64 174 145 72 0 23 63 241 51 43
Binary 110100 1111100 1100101 111010 0 10011 110011 10100001 101001 100011

Color Harmonies of #347C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C65

Black with #347C65

Text Example


Text Example

White with #347C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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