Html Css Color HEX #378C71 Viridian

📋 copy color: '#378C71'

red 55 ◦ green 140 ◦ blue 113

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

Shades of Viridian #378C71

Tints of Viridian #378C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.45%

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

R = 17.86%
G = 45.45%
B = 36.69%

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

#378C71 (or 0x378C71) is known color: Viridian. HEX triplet: 37, 8C and 71. RGB value is (55,140,113). Sum of RGB (Red+Green+Blue) = 55+140+113=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 140 (55.08% from 255 or 45.45% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 140 - color contains mainly: green. Hex color #378C71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378C71 is #C8738E. Grayscale: #6F6F6F. Windows color (decimal): -13136783 or 7441463. OLE color: 7441463.

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

Color convert

RGB 55 140 113 -
CMYK 0.61 0 0.19 0.45
HSL 160.94º 0.44% 0.38% -
HSV(B) 160.94º 0.61% 0.55% -
XYZ 13.93 20.76 18.9 -
YUV 111.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 55 140 113 0.61 0 0.19 0.45 160.94 0.44 0.38
Hex 37 8C 71 3D 0 13 2D A1 2C 26
Octal 67 214 161 75 0 23 55 241 54 46
Binary 110111 10001100 1110001 111101 0 10011 101101 10100001 101100 100110

Color Harmonies of #378C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378C71

Black with #378C71

Text Example


Text Example

White with #378C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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