Html Css Color HEX #378D6A Viridian

📋 copy color: '#378D6A'

red 55 ◦ green 141 ◦ blue 106

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

Shades of Viridian #378D6A

Tints of Viridian #378D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 18.21%
G = 46.69%
B = 35.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#378D6A (or 0x378D6A) is known color: Viridian. HEX triplet: 37, 8D and 6A. RGB value is (55,141,106). Sum of RGB (Red+Green+Blue) = 55+141+106=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #378D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378D6A is #C87295. Grayscale: #6F6F6F. Windows color (decimal): -13136534 or 6982967. OLE color: 6982967.

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

Color convert

RGB 55 141 106 -
CMYK 0.61 0 0.25 0.45
HSL 155.58º 0.44% 0.38% -
HSV(B) 155.58º 0.61% 0.55% -
XYZ 13.7 20.9 16.95 -
YUV 111.3 125.01 87.85 -
System Red Green Blue C M Y K H S L
Decimal 55 141 106 0.61 0 0.25 0.45 155.58 0.44 0.38
Hex 37 8D 6A 3D 0 19 2D 9C 2C 26
Octal 67 215 152 75 0 31 55 234 54 46
Binary 110111 10001101 1101010 111101 0 11001 101101 10011100 101100 100110

Color Harmonies of #378D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378D6A

Black with #378D6A

Text Example


Text Example

White with #378D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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