Html Css Color HEX #379474 Viridian

📋 copy color: '#379474'

red 55 ◦ green 148 ◦ blue 116

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

Shades of Viridian #379474

Tints of Viridian #379474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.39%

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

R = 17.24%
G = 46.39%
B = 36.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#379474 (or 0x379474) is known color: Viridian. HEX triplet: 37, 94 and 74. RGB value is (55,148,116). Sum of RGB (Red+Green+Blue) = 55+148+116=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #379474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379474 is #C86B8B. Grayscale: #747474. Windows color (decimal): -13134732 or 7640119. OLE color: 7640119.

HSL color Cylindrical-coordinate representation of color #379474: hue angle of 159.35º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379474 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 148 116 -
CMYK 0.63 0 0.22 0.42
HSL 159.35º 0.46% 0.4% -
HSV(B) 159.35º 0.63% 0.58% -
XYZ 15.32 23.25 20.2 -
YUV 116.55 127.69 84.1 -
System Red Green Blue C M Y K H S L
Decimal 55 148 116 0.63 0 0.22 0.42 159.35 0.46 0.4
Hex 37 94 74 3F 0 16 2A 9F 2E 28
Octal 67 224 164 77 0 26 52 237 56 50
Binary 110111 10010100 1110100 111111 0 10110 101010 10011111 101110 101000

Color Harmonies of #379474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379474

Black with #379474

Text Example


Text Example

White with #379474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379474; }

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

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

background-color css

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

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

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

border-color css

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

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

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