Html Css Color HEX #3A8D70 Viridian

📋 copy color: '#3A8D70'

red 58 ◦ green 141 ◦ blue 112

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

Shades of Viridian #3A8D70

Tints of Viridian #3A8D70

RGB

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

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

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

R = 18.65%
G = 45.34%
B = 36.01%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#3A8D70 (or 0x3A8D70) is known color: Viridian. HEX triplet: 3A, 8D and 70. RGB value is (58,141,112). Sum of RGB (Red+Green+Blue) = 58+141+112=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #3A8D70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8D70 is #C5728F. Grayscale: #707070. Windows color (decimal): -12939920 or 7376186. OLE color: 7376186.

HSL color Cylindrical-coordinate representation of color #3A8D70: hue angle of 159.04º 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 #3A8D70 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 141 112 -
CMYK 0.59 0 0.21 0.45
HSL 159.04º 0.42% 0.39% -
HSV(B) 159.04º 0.59% 0.55% -
XYZ 14.19 21.12 18.66 -
YUV 112.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 58 141 112 0.59 0 0.21 0.45 159.04 0.42 0.39
Hex 3A 8D 70 3B 0 15 2D 9F 2A 27
Octal 72 215 160 73 0 25 55 237 52 47
Binary 111010 10001101 1110000 111011 0 10101 101101 10011111 101010 100111

Color Harmonies of #3A8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8D70

Black with #3A8D70

Text Example


Text Example

White with #3A8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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