Html Css Color HEX #378972 Viridian

📋 copy color: '#378972'

red 55 ◦ green 137 ◦ blue 114

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

Shades of Viridian #378972

Tints of Viridian #378972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.77%

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

R = 17.97%
G = 44.77%
B = 37.25%

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

#378972 (or 0x378972) is known color: Viridian. HEX triplet: 37, 89 and 72. RGB value is (55,137,114). Sum of RGB (Red+Green+Blue) = 55+137+114=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #378972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378972 is #C8768D. Grayscale: #6D6D6D. Windows color (decimal): -13137550 or 7506231. OLE color: 7506231.

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

Color convert

RGB 55 137 114 -
CMYK 0.60 0 0.17 0.46
HSL 163.17º 0.43% 0.38% -
HSV(B) 163.17º 0.6% 0.54% -
XYZ 13.56 19.92 19.05 -
YUV 109.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 55 137 114 0.60 0 0.17 0.46 163.17 0.43 0.38
Hex 37 89 72 3C 0 11 2E A3 2B 26
Octal 67 211 162 74 0 21 56 243 53 46
Binary 110111 10001001 1110010 111100 0 10001 101110 10100011 101011 100110

Color Harmonies of #378972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378972

Black with #378972

Text Example


Text Example

White with #378972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378972; }

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

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

background-color css

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

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

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

border-color css

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

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

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