Html Css Color HEX #3A9470 Viridian

📋 copy color: '#3A9470'

red 58 ◦ green 148 ◦ blue 112

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

Shades of Viridian #3A9470

Tints of Viridian #3A9470

RGB

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

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

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

R = 18.24%
G = 46.54%
B = 35.22%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#3A9470 (or 0x3A9470) is known color: Viridian. HEX triplet: 3A, 94 and 70. RGB value is (58,148,112). Sum of RGB (Red+Green+Blue) = 58+148+112=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9470 is #C56B8F. Grayscale: #757575. Windows color (decimal): -12938128 or 7377978. OLE color: 7377978.

HSL color Cylindrical-coordinate representation of color #3A9470: hue angle of 156º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9470 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 148 112 -
CMYK 0.61 0 0.24 0.42
HSL 156º 0.44% 0.4% -
HSV(B) 156º 0.61% 0.58% -
XYZ 15.26 23.25 19.01 -
YUV 116.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 58 148 112 0.61 0 0.24 0.42 156 0.44 0.4
Hex 3A 94 70 3D 0 18 2A 9C 2C 28
Octal 72 224 160 75 0 30 52 234 54 50
Binary 111010 10010100 1110000 111101 0 11000 101010 10011100 101100 101000

Color Harmonies of #3A9470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9470

Black with #3A9470

Text Example


Text Example

White with #3A9470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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