Html Css Color HEX #378473 Viridian

📋 copy color: '#378473'

red 55 ◦ green 132 ◦ blue 115

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

Shades of Viridian #378473

Tints of Viridian #378473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 18.21%
G = 43.71%
B = 38.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#378473 (or 0x378473) is known color: Viridian. HEX triplet: 37, 84 and 73. RGB value is (55,132,115). Sum of RGB (Red+Green+Blue) = 55+132+115=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #378473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378473 is #C87B8C. Grayscale: #6B6B6B. Windows color (decimal): -13138829 or 7570487. OLE color: 7570487.

HSL color Cylindrical-coordinate representation of color #378473: hue angle of 166.75º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378473 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 115 -
CMYK 0.58 0 0.13 0.48
HSL 166.75º 0.41% 0.37% -
HSV(B) 166.75º 0.58% 0.52% -
XYZ 12.92 18.55 19.12 -
YUV 107.04 132.49 90.88 -
System Red Green Blue C M Y K H S L
Decimal 55 132 115 0.58 0 0.13 0.48 166.75 0.41 0.37
Hex 37 84 73 3A 0 D 30 A7 29 25
Octal 67 204 163 72 0 15 60 247 51 45
Binary 110111 10000100 1110011 111010 0 1101 110000 10100111 101001 100101

Color Harmonies of #378473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378473

Black with #378473

Text Example


Text Example

White with #378473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378473; }

 p { color: rgb(55,132,115); }

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

background-color css

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

 a { background-color: rgb(55,132,115); }

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

border-color css

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

 span { border-color: rgb(55,132,115); }

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