Html Css Color HEX #378973 Viridian

📋 copy color: '#378973'

red 55 ◦ green 137 ◦ blue 115

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

Shades of Viridian #378973

Tints of Viridian #378973

RGB

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

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

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

R = 17.92%
G = 44.63%
B = 37.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#378973 (or 0x378973) is known color: Viridian. HEX triplet: 37, 89 and 73. RGB value is (55,137,115). Sum of RGB (Red+Green+Blue) = 55+137+115=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #378973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378973 is #C8768C. Grayscale: #6D6D6D. Windows color (decimal): -13137549 or 7571767. OLE color: 7571767.

HSL color Cylindrical-coordinate representation of color #378973: hue angle of 163.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378973 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 137 115 -
CMYK 0.60 0 0.16 0.46
HSL 163.9º 0.43% 0.38% -
HSV(B) 163.9º 0.6% 0.54% -
XYZ 13.62 19.94 19.35 -
YUV 109.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 55 137 115 0.60 0 0.16 0.46 163.9 0.43 0.38
Hex 37 89 73 3C 0 10 2E A4 2B 26
Octal 67 211 163 74 0 20 56 244 53 46
Binary 110111 10001001 1110011 111100 0 10000 101110 10100100 101011 100110

Color Harmonies of #378973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378973

Black with #378973

Text Example


Text Example

White with #378973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378973; }

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

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

background-color css

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

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

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

border-color css

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

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

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