Html Css Color HEX #378372 Viridian

📋 copy color: '#378372'

red 55 ◦ green 131 ◦ blue 114

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

Shades of Viridian #378372

Tints of Viridian #378372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

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

R = 18.33%
G = 43.67%
B = 38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#378372 (or 0x378372) is known color: Viridian. HEX triplet: 37, 83 and 72. RGB value is (55,131,114). Sum of RGB (Red+Green+Blue) = 55+131+114=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #378372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378372 is #C87C8D. Grayscale: #6A6A6A. Windows color (decimal): -13139086 or 7504695. OLE color: 7504695.

HSL color Cylindrical-coordinate representation of color #378372: hue angle of 166.58º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378372 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 114 -
CMYK 0.58 0 0.13 0.49
HSL 166.58º 0.41% 0.36% -
HSV(B) 166.58º 0.58% 0.51% -
XYZ 12.73 18.26 18.77 -
YUV 106.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 55 131 114 0.58 0 0.13 0.49 166.58 0.41 0.36
Hex 37 83 72 3A 0 D 31 A7 29 24
Octal 67 203 162 72 0 15 61 247 51 44
Binary 110111 10000011 1110010 111010 0 1101 110001 10100111 101001 100100

Color Harmonies of #378372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378372

Black with #378372

Text Example


Text Example

White with #378372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378372; }

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

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

background-color css

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

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

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

border-color css

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

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

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