Html Css Color HEX #378D72 Viridian

📋 copy color: '#378D72'

red 55 ◦ green 141 ◦ blue 114

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

Shades of Viridian #378D72

Tints of Viridian #378D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.48%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 17.74%
G = 45.48%
B = 36.77%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#378D72 (or 0x378D72) is known color: Viridian. HEX triplet: 37, 8D and 72. RGB value is (55,141,114). Sum of RGB (Red+Green+Blue) = 55+141+114=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #378D72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D72 is #C8728D. Grayscale: #707070. Windows color (decimal): -13136526 or 7507255. OLE color: 7507255.

HSL color Cylindrical-coordinate representation of color #378D72: hue angle of 161.16º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378D72 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 114 -
CMYK 0.61 0 0.19 0.45
HSL 161.16º 0.44% 0.38% -
HSV(B) 161.16º 0.61% 0.55% -
XYZ 14.14 21.08 19.24 -
YUV 112.21 129.01 87.2 -
System Red Green Blue C M Y K H S L
Decimal 55 141 114 0.61 0 0.19 0.45 161.16 0.44 0.38
Hex 37 8D 72 3D 0 13 2D A1 2C 26
Octal 67 215 162 75 0 23 55 241 54 46
Binary 110111 10001101 1110010 111101 0 10011 101101 10100001 101100 100110

Color Harmonies of #378D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D72

Black with #378D72

Text Example


Text Example

White with #378D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,141,114); }

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

background-color css

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

 a { background-color: rgb(55,141,114); }

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

border-color css

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

 span { border-color: rgb(55,141,114); }

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