Html Css Color HEX #3A8676 Viridian

📋 copy color: '#3A8676'

red 58 ◦ green 134 ◦ blue 118

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

Shades of Viridian #3A8676

Tints of Viridian #3A8676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.23%

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

R = 18.71%
G = 43.23%
B = 38.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#3A8676 (or 0x3A8676) is known color: Viridian. HEX triplet: 3A, 86 and 76. RGB value is (58,134,118). Sum of RGB (Red+Green+Blue) = 58+134+118=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #3A8676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8676 is #C57989. Grayscale: #6D6D6D. Windows color (decimal): -12941706 or 7767610. OLE color: 7767610.

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

Color convert

RGB 58 134 118 -
CMYK 0.57 0 0.12 0.47
HSL 167.37º 0.4% 0.38% -
HSV(B) 167.37º 0.57% 0.53% -
XYZ 13.54 19.26 20.14 -
YUV 109.45 132.82 91.3 -
System Red Green Blue C M Y K H S L
Decimal 58 134 118 0.57 0 0.12 0.47 167.37 0.4 0.38
Hex 3A 86 76 39 0 C 2F A7 28 26
Octal 72 206 166 71 0 14 57 247 50 46
Binary 111010 10000110 1110110 111001 0 1100 101111 10100111 101000 100110

Color Harmonies of #3A8676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8676

Black with #3A8676

Text Example


Text Example

White with #3A8676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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