Html Css Color HEX #3A8B73 Viridian

📋 copy color: '#3A8B73'

red 58 ◦ green 139 ◦ blue 115

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

Shades of Viridian #3A8B73

Tints of Viridian #3A8B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 18.59%
G = 44.55%
B = 36.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#3A8B73 (or 0x3A8B73) is known color: Viridian. HEX triplet: 3A, 8B and 73. RGB value is (58,139,115). Sum of RGB (Red+Green+Blue) = 58+139+115=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B73 is #C5748C. Grayscale: #707070. Windows color (decimal): -12940429 or 7572282. OLE color: 7572282.

HSL color Cylindrical-coordinate representation of color #3A8B73: hue angle of 162.22º 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 #3A8B73 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 115 -
CMYK 0.58 0 0.17 0.45
HSL 162.22º 0.41% 0.39% -
HSV(B) 162.22º 0.58% 0.55% -
XYZ 14.07 20.6 19.45 -
YUV 112.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 58 139 115 0.58 0 0.17 0.45 162.22 0.41 0.39
Hex 3A 8B 73 3A 0 11 2D A2 29 27
Octal 72 213 163 72 0 21 55 242 51 47
Binary 111010 10001011 1110011 111010 0 10001 101101 10100010 101001 100111

Color Harmonies of #3A8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B73

Black with #3A8B73

Text Example


Text Example

White with #3A8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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