Html Css Color HEX #3C8E77 Viridian

📋 copy color: '#3C8E77'

red 60 ◦ green 142 ◦ blue 119

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

Shades of Viridian #3C8E77

Tints of Viridian #3C8E77

RGB

 RED value IS 60 (23.83% from 255) = 18.69%

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 18.69%
G = 44.24%
B = 37.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#3C8E77 (or 0x3C8E77) is known color: Viridian. HEX triplet: 3C, 8E and 77. RGB value is (60,142,119). Sum of RGB (Red+Green+Blue) = 60+142+119=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E77 is #C37188. Grayscale: #727272. Windows color (decimal): -12808585 or 7835196. OLE color: 7835196.

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

Color convert

RGB 60 142 119 -
CMYK 0.58 0 0.16 0.44
HSL 163.17º 0.41% 0.4% -
HSV(B) 163.17º 0.58% 0.56% -
XYZ 14.87 21.64 20.85 -
YUV 114.86 130.33 88.87 -
System Red Green Blue C M Y K H S L
Decimal 60 142 119 0.58 0 0.16 0.44 163.17 0.41 0.4
Hex 3C 8E 77 3A 0 10 2C A3 29 28
Octal 74 216 167 72 0 20 54 243 51 50
Binary 111100 10001110 1110111 111010 0 10000 101100 10100011 101001 101000

Color Harmonies of #3C8E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E77

Black with #3C8E77

Text Example


Text Example

White with #3C8E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,142,119); }

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

background-color css

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

 a { background-color: rgb(60,142,119); }

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

border-color css

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

 span { border-color: rgb(60,142,119); }

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