Html Css Color HEX #3A946F Viridian

📋 copy color: '#3A946F'

red 58 ◦ green 148 ◦ blue 111

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

Shades of Viridian #3A946F

Tints of Viridian #3A946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 18.3%
G = 46.69%
B = 35.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#3A946F (or 0x3A946F) is known color: Viridian. HEX triplet: 3A, 94 and 6F. RGB value is (58,148,111). Sum of RGB (Red+Green+Blue) = 58+148+111=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #3A946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A946F is #C56B90. Grayscale: #747474. Windows color (decimal): -12938129 or 7312442. OLE color: 7312442.

HSL color Cylindrical-coordinate representation of color #3A946F: hue angle of 155.33º 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 #3A946F is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 148 111 -
CMYK 0.61 0 0.25 0.42
HSL 155.33º 0.44% 0.4% -
HSV(B) 155.33º 0.61% 0.58% -
XYZ 15.2 23.23 18.72 -
YUV 116.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 58 148 111 0.61 0 0.25 0.42 155.33 0.44 0.4
Hex 3A 94 6F 3D 0 19 2A 9B 2C 28
Octal 72 224 157 75 0 31 52 233 54 50
Binary 111010 10010100 1101111 111101 0 11001 101010 10011011 101100 101000

Color Harmonies of #3A946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A946F

Black with #3A946F

Text Example


Text Example

White with #3A946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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