Html Css Color HEX #378676 Viridian

📋 copy color: '#378676'

red 55 ◦ green 134 ◦ blue 118

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

Shades of Viridian #378676

Tints of Viridian #378676

RGB

 RED value IS 55 (21.88% from 255) = 17.92%

 GREEN value IS 134 (52.73% from 255) = 43.65%

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

R = 17.92%
G = 43.65%
B = 38.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#378676 (or 0x378676) is known color: Viridian. HEX triplet: 37, 86 and 76. RGB value is (55,134,118). Sum of RGB (Red+Green+Blue) = 55+134+118=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #378676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378676 is #C87989. Grayscale: #6C6C6C. Windows color (decimal): -13138314 or 7767607. OLE color: 7767607.

HSL color Cylindrical-coordinate representation of color #378676: hue angle of 167.85º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378676 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 118 -
CMYK 0.59 0 0.12 0.47
HSL 167.85º 0.42% 0.37% -
HSV(B) 167.85º 0.59% 0.53% -
XYZ 13.37 19.17 20.14 -
YUV 108.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 55 134 118 0.59 0 0.12 0.47 167.85 0.42 0.37
Hex 37 86 76 3B 0 C 2F A8 2A 25
Octal 67 206 166 73 0 14 57 250 52 45
Binary 110111 10000110 1110110 111011 0 1100 101111 10101000 101010 100101

Color Harmonies of #378676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378676

Black with #378676

Text Example


Text Example

White with #378676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378676; }

 p { color: rgb(55,134,118); }

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

background-color css

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

 a { background-color: rgb(55,134,118); }

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

border-color css

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

 span { border-color: rgb(55,134,118); }

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