Html Css Color HEX #378A73 Viridian

📋 copy color: '#378A73'

red 55 ◦ green 138 ◦ blue 115

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

Shades of Viridian #378A73

Tints of Viridian #378A73

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

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

R = 17.86%
G = 44.81%
B = 37.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#378A73 (or 0x378A73) is known color: Viridian. HEX triplet: 37, 8A and 73. RGB value is (55,138,115). Sum of RGB (Red+Green+Blue) = 55+138+115=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #378A73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A73 is #C8758C. Grayscale: #6E6E6E. Windows color (decimal): -13137293 or 7572023. OLE color: 7572023.

HSL color Cylindrical-coordinate representation of color #378A73: hue angle of 163.37º 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 #378A73 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 138 115 -
CMYK 0.60 0 0.17 0.46
HSL 163.37º 0.43% 0.38% -
HSV(B) 163.37º 0.6% 0.54% -
XYZ 13.76 20.23 19.4 -
YUV 110.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 55 138 115 0.60 0 0.17 0.46 163.37 0.43 0.38
Hex 37 8A 73 3C 0 11 2E A3 2B 26
Octal 67 212 163 74 0 21 56 243 53 46
Binary 110111 10001010 1110011 111100 0 10001 101110 10100011 101011 100110

Color Harmonies of #378A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A73

Black with #378A73

Text Example


Text Example

White with #378A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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