Html Css Color HEX #348976 Viridian

📋 copy color: '#348976'

red 52 ◦ green 137 ◦ blue 118

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

Shades of Viridian #348976

Tints of Viridian #348976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.63%

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 16.94%
G = 44.63%
B = 38.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#348976 (or 0x348976) is known color: Viridian. HEX triplet: 34, 89 and 76. RGB value is (52,137,118). Sum of RGB (Red+Green+Blue) = 52+137+118=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #348976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348976 is #CB7689. Grayscale: #6D6D6D. Windows color (decimal): -13334154 or 7768372. OLE color: 7768372.

HSL color Cylindrical-coordinate representation of color #348976: hue angle of 166.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348976 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 118 -
CMYK 0.62 0 0.14 0.46
HSL 166.59º 0.45% 0.37% -
HSV(B) 166.59º 0.62% 0.54% -
XYZ 13.63 19.93 20.27 -
YUV 109.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 52 137 118 0.62 0 0.14 0.46 166.59 0.45 0.37
Hex 34 89 76 3E 0 E 2E A7 2D 25
Octal 64 211 166 76 0 16 56 247 55 45
Binary 110100 10001001 1110110 111110 0 1110 101110 10100111 101101 100101

Color Harmonies of #348976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348976

Black with #348976

Text Example


Text Example

White with #348976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348976; }

 p { color: rgb(52,137,118); }

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

background-color css

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

 a { background-color: rgb(52,137,118); }

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

border-color css

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

 span { border-color: rgb(52,137,118); }

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