Html Css Color HEX #3A9076 Viridian

📋 copy color: '#3A9076'

red 58 ◦ green 144 ◦ blue 118

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

Shades of Viridian #3A9076

Tints of Viridian #3A9076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 36.88%

R = 18.13%
G = 45%
B = 36.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#3A9076 (or 0x3A9076) is known color: Viridian. HEX triplet: 3A, 90 and 76. RGB value is (58,144,118). Sum of RGB (Red+Green+Blue) = 58+144+118=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9076 is #C56F89. Grayscale: #737373. Windows color (decimal): -12939146 or 7770170. OLE color: 7770170.

HSL color Cylindrical-coordinate representation of color #3A9076: hue angle of 161.86º 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 #3A9076 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 144 118 -
CMYK 0.60 0 0.18 0.44
HSL 161.86º 0.43% 0.4% -
HSV(B) 161.86º 0.6% 0.56% -
XYZ 14.99 22.15 20.63 -
YUV 115.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 58 144 118 0.60 0 0.18 0.44 161.86 0.43 0.4
Hex 3A 90 76 3C 0 12 2C A2 2B 28
Octal 72 220 166 74 0 22 54 242 53 50
Binary 111010 10010000 1110110 111100 0 10010 101100 10100010 101011 101000

Color Harmonies of #3A9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9076

Black with #3A9076

Text Example


Text Example

White with #3A9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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