Html Css Color HEX #378B6C Viridian

📋 copy color: '#378B6C'

red 55 ◦ green 139 ◦ blue 108

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

Shades of Viridian #378B6C

Tints of Viridian #378B6C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.03%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 18.21%
G = 46.03%
B = 35.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#378B6C (or 0x378B6C) is known color: Viridian. HEX triplet: 37, 8B and 6C. RGB value is (55,139,108). Sum of RGB (Red+Green+Blue) = 55+139+108=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #378B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B6C is #C87493. Grayscale: #6E6E6E. Windows color (decimal): -13137044 or 7113527. OLE color: 7113527.

HSL color Cylindrical-coordinate representation of color #378B6C: hue angle of 157.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378B6C is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 108 -
CMYK 0.60 0 0.22 0.45
HSL 157.86º 0.43% 0.38% -
HSV(B) 157.86º 0.6% 0.55% -
XYZ 13.51 20.36 17.4 -
YUV 110.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 55 139 108 0.60 0 0.22 0.45 157.86 0.43 0.38
Hex 37 8B 6C 3C 0 16 2D 9E 2B 26
Octal 67 213 154 74 0 26 55 236 53 46
Binary 110111 10001011 1101100 111100 0 10110 101101 10011110 101011 100110

Color Harmonies of #378B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B6C

Black with #378B6C

Text Example


Text Example

White with #378B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,139,108); }

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

background-color css

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

 a { background-color: rgb(55,139,108); }

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

border-color css

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

 span { border-color: rgb(55,139,108); }

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