Html Css Color HEX #347F65 Viridian

📋 copy color: '#347F65'

red 52 ◦ green 127 ◦ blue 101

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

Shades of Viridian #347F65

Tints of Viridian #347F65

RGB

 RED value IS 52 (20.7% 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 value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#347F65 (or 0x347F65) is known color: 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

RGB 52 127 101 -
CMYK 0.59 0 0.20 0.50
HSL 159.2º 0.42% 0.35% -
HSV(B) 159.2º 0.59% 0.5% -
XYZ 11.35 16.85 14.97 -
YUV 101.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 52 127 101 0.59 0 0.20 0.50 159.2 0.42 0.35
Hex 34 7F 65 3B 0 14 32 9F 2A 23
Octal 64 177 145 73 0 24 62 237 52 43
Binary 110100 1111111 1100101 111011 0 10100 110010 10011111 101010 100011

Color Harmonies of #347F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F65

Black with #347F65

Text Example


Text Example

White with #347F65

Text Example


Text Example

HTML Codes & Css Web 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>