Html Css Color HEX #3A8470 Viridian

📋 copy color: '#3A8470'

red 58 ◦ green 132 ◦ blue 112

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

Shades of Viridian #3A8470

Tints of Viridian #3A8470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

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

R = 19.21%
G = 43.71%
B = 37.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#3A8470 (or 0x3A8470) is known color: Viridian. HEX triplet: 3A, 84 and 70. RGB value is (58,132,112). Sum of RGB (Red+Green+Blue) = 58+132+112=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8470 is #C57B8F. Grayscale: #6B6B6B. Windows color (decimal): -12942224 or 7373882. OLE color: 7373882.

HSL color Cylindrical-coordinate representation of color #3A8470: hue angle of 163.78º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8470 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 132 112 -
CMYK 0.56 0 0.15 0.48
HSL 163.78º 0.39% 0.37% -
HSV(B) 163.78º 0.56% 0.52% -
XYZ 12.92 18.57 18.23 -
YUV 107.59 130.48 92.63 -
System Red Green Blue C M Y K H S L
Decimal 58 132 112 0.56 0 0.15 0.48 163.78 0.39 0.37
Hex 3A 84 70 38 0 F 30 A4 27 25
Octal 72 204 160 70 0 17 60 244 47 45
Binary 111010 10000100 1110000 111000 0 1111 110000 10100100 100111 100101

Color Harmonies of #3A8470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8470

Black with #3A8470

Text Example


Text Example

White with #3A8470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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