Html Css Color HEX #3B8E76 Viridian

📋 copy color: '#3B8E76'

red 59 ◦ green 142 ◦ blue 118

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

Shades of Viridian #3B8E76

Tints of Viridian #3B8E76

RGB

 RED value IS 59 (23.44% from 255) = 18.5%

 GREEN value IS 142 (55.86% from 255) = 44.51%

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

R = 18.5%
G = 44.51%
B = 36.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#3B8E76 (or 0x3B8E76) is known color: Viridian. HEX triplet: 3B, 8E and 76. RGB value is (59,142,118). Sum of RGB (Red+Green+Blue) = 59+142+118=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E76 is #C47189. Grayscale: #727272. Windows color (decimal): -12874122 or 7769659. OLE color: 7769659.

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

Color convert

RGB 59 142 118 -
CMYK 0.58 0 0.17 0.44
HSL 162.65º 0.41% 0.39% -
HSV(B) 162.65º 0.58% 0.56% -
XYZ 14.75 21.58 20.53 -
YUV 114.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 59 142 118 0.58 0 0.17 0.44 162.65 0.41 0.39
Hex 3B 8E 76 3A 0 11 2C A3 29 27
Octal 73 216 166 72 0 21 54 243 51 47
Binary 111011 10001110 1110110 111010 0 10001 101100 10100011 101001 100111

Color Harmonies of #3B8E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8E76

Black with #3B8E76

Text Example


Text Example

White with #3B8E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,142,118); }

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

background-color css

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

 a { background-color: rgb(59,142,118); }

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

border-color css

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

 span { border-color: rgb(59,142,118); }

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