Html Css Color HEX #3A8B76 Viridian

📋 copy color: '#3A8B76'

red 58 ◦ green 139 ◦ blue 118

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

Shades of Viridian #3A8B76

Tints of Viridian #3A8B76

RGB

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

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

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

R = 18.41%
G = 44.13%
B = 37.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#3A8B76 (or 0x3A8B76) is known color: Viridian. HEX triplet: 3A, 8B and 76. RGB value is (58,139,118). Sum of RGB (Red+Green+Blue) = 58+139+118=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B76 is #C57489. Grayscale: #707070. Windows color (decimal): -12940426 or 7768890. OLE color: 7768890.

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

Color convert

RGB 58 139 118 -
CMYK 0.58 0 0.15 0.45
HSL 164.44º 0.41% 0.39% -
HSV(B) 164.44º 0.58% 0.55% -
XYZ 14.25 20.67 20.38 -
YUV 112.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 58 139 118 0.58 0 0.15 0.45 164.44 0.41 0.39
Hex 3A 8B 76 3A 0 F 2D A4 29 27
Octal 72 213 166 72 0 17 55 244 51 47
Binary 111010 10001011 1110110 111010 0 1111 101101 10100100 101001 100111

Color Harmonies of #3A8B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B76

Black with #3A8B76

Text Example


Text Example

White with #3A8B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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