Html Css Color HEX #378471 Viridian

📋 copy color: '#378471'

red 55 ◦ green 132 ◦ blue 113

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

Shades of Viridian #378471

Tints of Viridian #378471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 18.33%
G = 44%
B = 37.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#378471 (or 0x378471) is known color: Viridian. HEX triplet: 37, 84 and 71. RGB value is (55,132,113). Sum of RGB (Red+Green+Blue) = 55+132+113=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #378471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378471 is #C87B8E. Grayscale: #6A6A6A. Windows color (decimal): -13138831 or 7439415. OLE color: 7439415.

HSL color Cylindrical-coordinate representation of color #378471: hue angle of 165.19º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378471 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 132 113 -
CMYK 0.58 0 0.14 0.48
HSL 165.19º 0.41% 0.37% -
HSV(B) 165.19º 0.58% 0.52% -
XYZ 12.81 18.51 18.52 -
YUV 106.81 131.49 91.04 -
System Red Green Blue C M Y K H S L
Decimal 55 132 113 0.58 0 0.14 0.48 165.19 0.41 0.37
Hex 37 84 71 3A 0 E 30 A5 29 25
Octal 67 204 161 72 0 16 60 245 51 45
Binary 110111 10000100 1110001 111010 0 1110 110000 10100101 101001 100101

Color Harmonies of #378471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378471

Black with #378471

Text Example


Text Example

White with #378471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378471; }

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

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

background-color css

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

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

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

border-color css

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

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

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