Html Css Color HEX #378E6B Viridian

📋 copy color: '#378E6B'

red 55 ◦ green 142 ◦ blue 107

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

Shades of Viridian #378E6B

Tints of Viridian #378E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.71%

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

R = 18.09%
G = 46.71%
B = 35.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#378E6B (or 0x378E6B) is known color: Viridian. HEX triplet: 37, 8E and 6B. RGB value is (55,142,107). Sum of RGB (Red+Green+Blue) = 55+142+107=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #378E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378E6B is #C87194. Grayscale: #707070. Windows color (decimal): -13136277 or 7048759. OLE color: 7048759.

HSL color Cylindrical-coordinate representation of color #378E6B: hue angle of 155.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378E6B is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 142 107 -
CMYK 0.61 0 0.25 0.44
HSL 155.86º 0.44% 0.39% -
HSV(B) 155.86º 0.61% 0.56% -
XYZ 13.9 21.22 17.27 -
YUV 112 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 55 142 107 0.61 0 0.25 0.44 155.86 0.44 0.39
Hex 37 8E 6B 3D 0 19 2C 9C 2C 27
Octal 67 216 153 75 0 31 54 234 54 47
Binary 110111 10001110 1101011 111101 0 11001 101100 10011100 101100 100111

Color Harmonies of #378E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378E6B

Black with #378E6B

Text Example


Text Example

White with #378E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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