Html Css Color HEX #378A79 Viridian

📋 copy color: '#378A79'

red 55 ◦ green 138 ◦ blue 121

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

Shades of Viridian #378A79

Tints of Viridian #378A79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 17.52%
G = 43.95%
B = 38.54%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#378A79 (or 0x378A79) is known color: Viridian. HEX triplet: 37, 8A and 79. RGB value is (55,138,121). Sum of RGB (Red+Green+Blue) = 55+138+121=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #378A79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378A79 is #C87586. Grayscale: #6F6F6F. Windows color (decimal): -13137287 or 7965239. OLE color: 7965239.

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

Color convert

RGB 55 138 121 -
CMYK 0.60 0 0.12 0.46
HSL 167.71º 0.43% 0.38% -
HSV(B) 167.71º 0.6% 0.54% -
XYZ 14.12 20.37 21.28 -
YUV 111.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 55 138 121 0.60 0 0.12 0.46 167.71 0.43 0.38
Hex 37 8A 79 3C 0 C 2E A8 2B 26
Octal 67 212 171 74 0 14 56 250 53 46
Binary 110111 10001010 1111001 111100 0 1100 101110 10101000 101011 100110

Color Harmonies of #378A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378A79

Black with #378A79

Text Example


Text Example

White with #378A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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