Html Css Color HEX #3A876F Viridian

📋 copy color: '#3A876F'

red 58 ◦ green 135 ◦ blue 111

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

Shades of Viridian #3A876F

Tints of Viridian #3A876F

RGB

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

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

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

R = 19.08%
G = 44.41%
B = 36.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#3A876F (or 0x3A876F) is known color: Viridian. HEX triplet: 3A, 87 and 6F. RGB value is (58,135,111). Sum of RGB (Red+Green+Blue) = 58+135+111=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #3A876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A876F is #C57890. Grayscale: #6D6D6D. Windows color (decimal): -12941457 or 7309114. OLE color: 7309114.

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

Color convert

RGB 58 135 111 -
CMYK 0.57 0 0.18 0.47
HSL 161.3º 0.4% 0.38% -
HSV(B) 161.3º 0.57% 0.53% -
XYZ 13.28 19.38 18.08 -
YUV 109.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 58 135 111 0.57 0 0.18 0.47 161.3 0.4 0.38
Hex 3A 87 6F 39 0 12 2F A1 28 26
Octal 72 207 157 71 0 22 57 241 50 46
Binary 111010 10000111 1101111 111001 0 10010 101111 10100001 101000 100110

Color Harmonies of #3A876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A876F

Black with #3A876F

Text Example


Text Example

White with #3A876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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