Html Css Color HEX #378B6B Viridian

📋 copy color: '#378B6B'

red 55 ◦ green 139 ◦ blue 107

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

Shades of Viridian #378B6B

Tints of Viridian #378B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 18.27%
G = 46.18%
B = 35.55%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#378B6B (or 0x378B6B) is known color: Viridian. HEX triplet: 37, 8B and 6B. RGB value is (55,139,107). Sum of RGB (Red+Green+Blue) = 55+139+107=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #378B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378B6B is #C87494. Grayscale: #6E6E6E. Windows color (decimal): -13137045 or 7047991. OLE color: 7047991.

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

Color convert

RGB 55 139 107 -
CMYK 0.60 0 0.23 0.45
HSL 157.14º 0.43% 0.38% -
HSV(B) 157.14º 0.6% 0.55% -
XYZ 13.46 20.34 17.13 -
YUV 110.24 126.17 88.6 -
System Red Green Blue C M Y K H S L
Decimal 55 139 107 0.60 0 0.23 0.45 157.14 0.43 0.38
Hex 37 8B 6B 3C 0 17 2D 9D 2B 26
Octal 67 213 153 74 0 27 55 235 53 46
Binary 110111 10001011 1101011 111100 0 10111 101101 10011101 101011 100110

Color Harmonies of #378B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B6B

Black with #378B6B

Text Example


Text Example

White with #378B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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