Html Css Color HEX #378574 Viridian

📋 copy color: '#378574'

red 55 ◦ green 133 ◦ blue 116

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

Shades of Viridian #378574

Tints of Viridian #378574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.75%

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 18.09%
G = 43.75%
B = 38.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#378574 (or 0x378574) is known color: Viridian. HEX triplet: 37, 85 and 74. RGB value is (55,133,116). Sum of RGB (Red+Green+Blue) = 55+133+116=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #378574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378574 is #C87A8B. Grayscale: #6B6B6B. Windows color (decimal): -13138572 or 7636279. OLE color: 7636279.

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

Color convert

RGB 55 133 116 -
CMYK 0.59 0 0.13 0.48
HSL 166.92º 0.41% 0.37% -
HSV(B) 166.92º 0.59% 0.52% -
XYZ 13.12 18.85 19.47 -
YUV 107.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 55 133 116 0.59 0 0.13 0.48 166.92 0.41 0.37
Hex 37 85 74 3B 0 D 30 A7 29 25
Octal 67 205 164 73 0 15 60 247 51 45
Binary 110111 10000101 1110100 111011 0 1101 110000 10100111 101001 100101

Color Harmonies of #378574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378574

Black with #378574

Text Example


Text Example

White with #378574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378574; }

 p { color: rgb(55,133,116); }

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

background-color css

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

 a { background-color: rgb(55,133,116); }

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

border-color css

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

 span { border-color: rgb(55,133,116); }

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