Html Css Color HEX #378D71 Viridian

📋 copy color: '#378D71'

red 55 ◦ green 141 ◦ blue 113

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

Shades of Viridian #378D71

Tints of Viridian #378D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.57%

R = 17.8%
G = 45.63%
B = 36.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#378D71 (or 0x378D71) is known color: Viridian. HEX triplet: 37, 8D and 71. RGB value is (55,141,113). Sum of RGB (Red+Green+Blue) = 55+141+113=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #378D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D71 is #C8728E. Grayscale: #707070. Windows color (decimal): -13136527 or 7441719. OLE color: 7441719.

HSL color Cylindrical-coordinate representation of color #378D71: hue angle of 160.47º 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 #378D71 is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 141 113 -
CMYK 0.61 0 0.20 0.45
HSL 160.47º 0.44% 0.38% -
HSV(B) 160.47º 0.61% 0.55% -
XYZ 14.08 21.05 18.94 -
YUV 112.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 55 141 113 0.61 0 0.20 0.45 160.47 0.44 0.38
Hex 37 8D 71 3D 0 14 2D A0 2C 26
Octal 67 215 161 75 0 24 55 240 54 46
Binary 110111 10001101 1110001 111101 0 10100 101101 10100000 101100 100110

Color Harmonies of #378D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D71

Black with #378D71

Text Example


Text Example

White with #378D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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