Html Css Color HEX #378D70 Viridian

📋 copy color: '#378D70'

red 55 ◦ green 141 ◦ blue 112

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

Shades of Viridian #378D70

Tints of Viridian #378D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 17.86%
G = 45.78%
B = 36.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#378D70 (or 0x378D70) is known color: Viridian. HEX triplet: 37, 8D and 70. RGB value is (55,141,112). Sum of RGB (Red+Green+Blue) = 55+141+112=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #378D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D70 is #C8728F. Grayscale: #707070. Windows color (decimal): -13136528 or 7376183. OLE color: 7376183.

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

Color convert

RGB 55 141 112 -
CMYK 0.61 0 0.21 0.45
HSL 159.77º 0.44% 0.38% -
HSV(B) 159.77º 0.61% 0.55% -
XYZ 14.03 21.03 18.65 -
YUV 111.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 55 141 112 0.61 0 0.21 0.45 159.77 0.44 0.38
Hex 37 8D 70 3D 0 15 2D A0 2C 26
Octal 67 215 160 75 0 25 55 240 54 46
Binary 110111 10001101 1110000 111101 0 10101 101101 10100000 101100 100110

Color Harmonies of #378D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D70

Black with #378D70

Text Example


Text Example

White with #378D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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