Html Css Color HEX #3C8774 Viridian

📋 copy color: '#3C8774'

red 60 ◦ green 135 ◦ blue 116

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

Shades of Viridian #3C8774

Tints of Viridian #3C8774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.41%

 BLUE value IS 116 (45.7% from 255) = 37.3%

R = 19.29%
G = 43.41%
B = 37.3%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#3C8774 (or 0x3C8774) is known color: Viridian. HEX triplet: 3C, 87 and 74. RGB value is (60,135,116). Sum of RGB (Red+Green+Blue) = 60+135+116=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #3C8774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8774 is #C3788B. Grayscale: #6E6E6E. Windows color (decimal): -12810380 or 7636796. OLE color: 7636796.

HSL color Cylindrical-coordinate representation of color #3C8774: hue angle of 164.8º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C8774 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 60 135 116 -
CMYK 0.56 0 0.14 0.47
HSL 164.8º 0.38% 0.38% -
HSV(B) 164.8º 0.56% 0.53% -
XYZ 13.68 19.55 19.58 -
YUV 110.41 131.15 92.04 -
System Red Green Blue C M Y K H S L
Decimal 60 135 116 0.56 0 0.14 0.47 164.8 0.38 0.38
Hex 3C 87 74 38 0 E 2F A5 26 26
Octal 74 207 164 70 0 16 57 245 46 46
Binary 111100 10000111 1110100 111000 0 1110 101111 10100101 100110 100110

Color Harmonies of #3C8774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8774

Black with #3C8774

Text Example


Text Example

White with #3C8774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,135,116); }

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

background-color css

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

 a { background-color: rgb(60,135,116); }

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

border-color css

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

 span { border-color: rgb(60,135,116); }

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