Html Css Color HEX #347F67 Viridian

📋 copy color: '#347F67'

red 52 ◦ green 127 ◦ blue 103

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

Shades of Viridian #347F67

Tints of Viridian #347F67

RGB

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

 GREEN value IS 127 (50% from 255) = 45.04%

 BLUE value IS 103 (40.63% from 255) = 36.52%

R = 18.44%
G = 45.04%
B = 36.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#347F67 (or 0x347F67) is known color: Viridian. HEX triplet: 34, 7F and 67. RGB value is (52,127,103). Sum of RGB (Red+Green+Blue) = 52+127+103=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #347F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F67 is #CB8098. Grayscale: #656565. Windows color (decimal): -13336729 or 6782772. OLE color: 6782772.

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

Color convert

RGB 52 127 103 -
CMYK 0.59 0 0.19 0.50
HSL 160.8º 0.42% 0.35% -
HSV(B) 160.8º 0.59% 0.5% -
XYZ 11.45 16.89 15.49 -
YUV 101.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 52 127 103 0.59 0 0.19 0.50 160.8 0.42 0.35
Hex 34 7F 67 3B 0 13 32 A1 2A 23
Octal 64 177 147 73 0 23 62 241 52 43
Binary 110100 1111111 1100111 111011 0 10011 110010 10100001 101010 100011

Color Harmonies of #347F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F67

Black with #347F67

Text Example


Text Example

White with #347F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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