Html Css Color HEX #3C8477 Viridian

📋 copy color: '#3C8477'

red 60 ◦ green 132 ◦ blue 119

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

Shades of Viridian #3C8477

Tints of Viridian #3C8477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 19.29%
G = 42.44%
B = 38.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#3C8477 (or 0x3C8477) is known color: Viridian. HEX triplet: 3C, 84 and 77. RGB value is (60,132,119). Sum of RGB (Red+Green+Blue) = 60+132+119=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #3C8477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8477 is #C37B88. Grayscale: #6C6C6C. Windows color (decimal): -12811145 or 7832636. OLE color: 7832636.

HSL color Cylindrical-coordinate representation of color #3C8477: hue angle of 169.17º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C8477 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 60 132 119 -
CMYK 0.55 0 0.10 0.48
HSL 169.17º 0.38% 0.38% -
HSV(B) 169.17º 0.55% 0.52% -
XYZ 13.44 18.8 20.37 -
YUV 108.99 133.65 93.06 -
System Red Green Blue C M Y K H S L
Decimal 60 132 119 0.55 0 0.10 0.48 169.17 0.38 0.38
Hex 3C 84 77 37 0 A 30 A9 26 26
Octal 74 204 167 67 0 12 60 251 46 46
Binary 111100 10000100 1110111 110111 0 1010 110000 10101001 100110 100110

Color Harmonies of #3C8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8477

Black with #3C8477

Text Example


Text Example

White with #3C8477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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