Html Css Color HEX #3A876D Viridian

📋 copy color: '#3A876D'

red 58 ◦ green 135 ◦ blue 109

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

Shades of Viridian #3A876D

Tints of Viridian #3A876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 19.21%
G = 44.7%
B = 36.09%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#3A876D (or 0x3A876D) is known color: Viridian. HEX triplet: 3A, 87 and 6D. RGB value is (58,135,109). Sum of RGB (Red+Green+Blue) = 58+135+109=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #3A876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A876D is #C57892. Grayscale: #6D6D6D. Windows color (decimal): -12941459 or 7178042. OLE color: 7178042.

HSL color Cylindrical-coordinate representation of color #3A876D: hue angle of 159.74º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A876D is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 58 135 109 -
CMYK 0.57 0 0.19 0.47
HSL 159.74º 0.4% 0.38% -
HSV(B) 159.74º 0.57% 0.53% -
XYZ 13.17 19.33 17.51 -
YUV 109.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 58 135 109 0.57 0 0.19 0.47 159.74 0.4 0.38
Hex 3A 87 6D 39 0 13 2F A0 28 26
Octal 72 207 155 71 0 23 57 240 50 46
Binary 111010 10000111 1101101 111001 0 10011 101111 10100000 101000 100110

Color Harmonies of #3A876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A876D

Black with #3A876D

Text Example


Text Example

White with #3A876D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,135,109); }

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

background-color css

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

 a { background-color: rgb(58,135,109); }

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

border-color css

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

 span { border-color: rgb(58,135,109); }

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