Html Css Color HEX #3A8D78 Viridian

📋 copy color: '#3A8D78'

red 58 ◦ green 141 ◦ blue 120

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

Shades of Viridian #3A8D78

Tints of Viridian #3A8D78

RGB

 RED value IS 58 (23.05% from 255) = 18.18%

 GREEN value IS 141 (55.47% from 255) = 44.2%

 BLUE value IS 120 (47.27% from 255) = 37.62%

R = 18.18%
G = 44.2%
B = 37.62%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#3A8D78 (or 0x3A8D78) is known color: Viridian. HEX triplet: 3A, 8D and 78. RGB value is (58,141,120). Sum of RGB (Red+Green+Blue) = 58+141+120=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8D78 is #C57287. Grayscale: #717171. Windows color (decimal): -12939912 or 7900474. OLE color: 7900474.

HSL color Cylindrical-coordinate representation of color #3A8D78: hue angle of 164.82º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A8D78 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 141 120 -
CMYK 0.59 0 0.15 0.45
HSL 164.82º 0.42% 0.39% -
HSV(B) 164.82º 0.59% 0.55% -
XYZ 14.66 21.31 21.11 -
YUV 113.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 58 141 120 0.59 0 0.15 0.45 164.82 0.42 0.39
Hex 3A 8D 78 3B 0 F 2D A5 2A 27
Octal 72 215 170 73 0 17 55 245 52 47
Binary 111010 10001101 1111000 111011 0 1111 101101 10100101 101010 100111

Color Harmonies of #3A8D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8D78

Black with #3A8D78

Text Example


Text Example

White with #3A8D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A8D78; }

 p { color: rgb(58,141,120); }

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

background-color css

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

 a { background-color: rgb(58,141,120); }

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

border-color css

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

 span { border-color: rgb(58,141,120); }

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