Html Css Color HEX #379470 Viridian

📋 copy color: '#379470'

red 55 ◦ green 148 ◦ blue 112

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

Shades of Viridian #379470

Tints of Viridian #379470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 17.46%
G = 46.98%
B = 35.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#379470 (or 0x379470) is known color: Viridian. HEX triplet: 37, 94 and 70. RGB value is (55,148,112). Sum of RGB (Red+Green+Blue) = 55+148+112=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #379470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379470 is #C86B8F. Grayscale: #747474. Windows color (decimal): -13134736 or 7377975. OLE color: 7377975.

HSL color Cylindrical-coordinate representation of color #379470: hue angle of 156.77º 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 #379470 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 148 112 -
CMYK 0.63 0 0.24 0.42
HSL 156.77º 0.46% 0.4% -
HSV(B) 156.77º 0.63% 0.58% -
XYZ 15.09 23.16 19 -
YUV 116.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 55 148 112 0.63 0 0.24 0.42 156.77 0.46 0.4
Hex 37 94 70 3F 0 18 2A 9D 2E 28
Octal 67 224 160 77 0 30 52 235 56 50
Binary 110111 10010100 1110000 111111 0 11000 101010 10011101 101110 101000

Color Harmonies of #379470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379470

Black with #379470

Text Example


Text Example

White with #379470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379470; }

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

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

background-color css

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

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

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

border-color css

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

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

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