Html Css Color HEX #378671 Viridian

📋 copy color: '#378671'

red 55 ◦ green 134 ◦ blue 113

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

Shades of Viridian #378671

Tints of Viridian #378671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 18.21%
G = 44.37%
B = 37.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#378671 (or 0x378671) is known color: Viridian. HEX triplet: 37, 86 and 71. RGB value is (55,134,113). Sum of RGB (Red+Green+Blue) = 55+134+113=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #378671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378671 is #C8798E. Grayscale: #6B6B6B. Windows color (decimal): -13138319 or 7439927. OLE color: 7439927.

HSL color Cylindrical-coordinate representation of color #378671: hue angle of 164.05º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378671 is Cyan = 0.59, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 113 -
CMYK 0.59 0 0.16 0.47
HSL 164.05º 0.42% 0.37% -
HSV(B) 164.05º 0.59% 0.53% -
XYZ 13.08 19.05 18.61 -
YUV 107.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 55 134 113 0.59 0 0.16 0.47 164.05 0.42 0.37
Hex 37 86 71 3B 0 10 2F A4 2A 25
Octal 67 206 161 73 0 20 57 244 52 45
Binary 110111 10000110 1110001 111011 0 10000 101111 10100100 101010 100101

Color Harmonies of #378671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378671

Black with #378671

Text Example


Text Example

White with #378671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378671; }

 p { color: rgb(55,134,113); }

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

background-color css

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

 a { background-color: rgb(55,134,113); }

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

border-color css

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

 span { border-color: rgb(55,134,113); }

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