Html Css Color HEX #378A72 Viridian

📋 copy color: '#378A72'

red 55 ◦ green 138 ◦ blue 114

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

Shades of Viridian #378A72

Tints of Viridian #378A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.95%

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

R = 17.92%
G = 44.95%
B = 37.13%

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

#378A72 (or 0x378A72) is known color: Viridian. HEX triplet: 37, 8A and 72. RGB value is (55,138,114). Sum of RGB (Red+Green+Blue) = 55+138+114=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #378A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A72 is #C8758D. Grayscale: #6E6E6E. Windows color (decimal): -13137294 or 7506487. OLE color: 7506487.

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

Color convert

RGB 55 138 114 -
CMYK 0.60 0 0.17 0.46
HSL 162.65º 0.43% 0.38% -
HSV(B) 162.65º 0.6% 0.54% -
XYZ 13.7 20.2 19.1 -
YUV 110.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 55 138 114 0.60 0 0.17 0.46 162.65 0.43 0.38
Hex 37 8A 72 3C 0 11 2E A3 2B 26
Octal 67 212 162 74 0 21 56 243 53 46
Binary 110111 10001010 1110010 111100 0 10001 101110 10100011 101011 100110

Color Harmonies of #378A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A72

Black with #378A72

Text Example


Text Example

White with #378A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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