Html Css Color HEX #3A8B79 Viridian

📋 copy color: '#3A8B79'

red 58 ◦ green 139 ◦ blue 121

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

Shades of Viridian #3A8B79

Tints of Viridian #3A8B79

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.71%

 BLUE value IS 121 (47.66% from 255) = 38.05%

R = 18.24%
G = 43.71%
B = 38.05%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#3A8B79 (or 0x3A8B79) is known color: Viridian. HEX triplet: 3A, 8B and 79. RGB value is (58,139,121). Sum of RGB (Red+Green+Blue) = 58+139+121=318 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.24% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B79 is #C57486. Grayscale: #707070. Windows color (decimal): -12940423 or 7965498. OLE color: 7965498.

HSL color Cylindrical-coordinate representation of color #3A8B79: hue angle of 166.67º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B79 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 121 -
CMYK 0.58 0 0.13 0.45
HSL 166.67º 0.41% 0.39% -
HSV(B) 166.67º 0.58% 0.55% -
XYZ 14.43 20.75 21.33 -
YUV 112.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 58 139 121 0.58 0 0.13 0.45 166.67 0.41 0.39
Hex 3A 8B 79 3A 0 D 2D A7 29 27
Octal 72 213 171 72 0 15 55 247 51 47
Binary 111010 10001011 1111001 111010 0 1101 101101 10100111 101001 100111

Color Harmonies of #3A8B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B79

Black with #3A8B79

Text Example


Text Example

White with #3A8B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,139,121); }

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

background-color css

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

 a { background-color: rgb(58,139,121); }

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

border-color css

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

 span { border-color: rgb(58,139,121); }

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