Html Css Color HEX #3A9070 Viridian

📋 copy color: '#3A9070'

red 58 ◦ green 144 ◦ blue 112

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

Shades of Viridian #3A9070

Tints of Viridian #3A9070

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.86%

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

R = 18.47%
G = 45.86%
B = 35.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#3A9070 (or 0x3A9070) is known color: Viridian. HEX triplet: 3A, 90 and 70. RGB value is (58,144,112). Sum of RGB (Red+Green+Blue) = 58+144+112=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9070 is #C56F8F. Grayscale: #727272. Windows color (decimal): -12939152 or 7376954. OLE color: 7376954.

HSL color Cylindrical-coordinate representation of color #3A9070: hue angle of 157.67º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9070 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 144 112 -
CMYK 0.60 0 0.22 0.44
HSL 157.67º 0.43% 0.4% -
HSV(B) 157.67º 0.6% 0.56% -
XYZ 14.64 22.02 18.81 -
YUV 114.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 58 144 112 0.60 0 0.22 0.44 157.67 0.43 0.4
Hex 3A 90 70 3C 0 16 2C 9E 2B 28
Octal 72 220 160 74 0 26 54 236 53 50
Binary 111010 10010000 1110000 111100 0 10110 101100 10011110 101011 101000

Color Harmonies of #3A9070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9070

Black with #3A9070

Text Example


Text Example

White with #3A9070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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