Html Css Color HEX #3B8E78 Viridian

📋 copy color: '#3B8E78'

red 59 ◦ green 142 ◦ blue 120

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

Shades of Viridian #3B8E78

Tints of Viridian #3B8E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 18.38%
G = 44.24%
B = 37.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#3B8E78 (or 0x3B8E78) is known color: Viridian. HEX triplet: 3B, 8E and 78. RGB value is (59,142,120). Sum of RGB (Red+Green+Blue) = 59+142+120=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8E78 is #C47187. Grayscale: #727272. Windows color (decimal): -12874120 or 7900731. OLE color: 7900731.

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

Color convert

RGB 59 142 120 -
CMYK 0.58 0 0.15 0.44
HSL 164.1º 0.41% 0.39% -
HSV(B) 164.1º 0.58% 0.56% -
XYZ 14.87 21.63 21.16 -
YUV 114.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 59 142 120 0.58 0 0.15 0.44 164.1 0.41 0.39
Hex 3B 8E 78 3A 0 F 2C A4 29 27
Octal 73 216 170 72 0 17 54 244 51 47
Binary 111011 10001110 1111000 111010 0 1111 101100 10100100 101001 100111

Color Harmonies of #3B8E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8E78

Black with #3B8E78

Text Example


Text Example

White with #3B8E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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