Html Css Color HEX #378871 Viridian

📋 copy color: '#378871'

red 55 ◦ green 136 ◦ blue 113

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

Shades of Viridian #378871

Tints of Viridian #378871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 18.09%
G = 44.74%
B = 37.17%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#378871 (or 0x378871) is known color: Viridian. HEX triplet: 37, 88 and 71. RGB value is (55,136,113). Sum of RGB (Red+Green+Blue) = 55+136+113=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #378871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378871 is #C8778E. Grayscale: #6D6D6D. Windows color (decimal): -13137807 or 7440439. OLE color: 7440439.

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

Color convert

RGB 55 136 113 -
CMYK 0.60 0 0.17 0.47
HSL 162.96º 0.42% 0.37% -
HSV(B) 162.96º 0.6% 0.53% -
XYZ 13.36 19.61 18.7 -
YUV 109.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 55 136 113 0.60 0 0.17 0.47 162.96 0.42 0.37
Hex 37 88 71 3C 0 11 2F A3 2A 25
Octal 67 210 161 74 0 21 57 243 52 45
Binary 110111 10001000 1110001 111100 0 10001 101111 10100011 101010 100101

Color Harmonies of #378871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378871

Black with #378871

Text Example


Text Example

White with #378871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378871; }

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

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

background-color css

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

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

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

border-color css

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

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

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