Html Css Color HEX #4C7866 Viridian

📋 copy color: '#4C7866'

red 76 ◦ green 120 ◦ blue 102

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

Shades of Viridian #4C7866

Tints of Viridian #4C7866

RGB

 RED value IS 76 (30.08% from 255) = 25.5%

 GREEN value IS 120 (47.27% from 255) = 40.27%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 25.5%
G = 40.27%
B = 34.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#4C7866 (or 0x4C7866) is known color: Viridian. HEX triplet: 4C, 78 and 66. RGB value is (76,120,102). Sum of RGB (Red+Green+Blue) = 76+120+102=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #4C7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7866 is #B38799. Grayscale: #686868. Windows color (decimal): -11765658 or 6715468. OLE color: 6715468.

HSL color Cylindrical-coordinate representation of color #4C7866: hue angle of 155.45º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C7866 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 120 102 -
CMYK 0.37 0 0.15 0.53
HSL 155.45º 0.22% 0.38% -
HSV(B) 155.45º 0.37% 0.47% -
XYZ 12.1 15.93 15.01 -
YUV 104.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 76 120 102 0.37 0 0.15 0.53 155.45 0.22 0.38
Hex 4C 78 66 25 0 F 35 9B 16 26
Octal 114 170 146 45 0 17 65 233 26 46
Binary 1001100 1111000 1100110 100101 0 1111 110101 10011011 10110 100110

Color Harmonies of #4C7866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7866

Black with #4C7866

Text Example


Text Example

White with #4C7866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7866; }

 p { color: rgb(76,120,102); }

 H1.HeaderClassName
 {
   color: #4C7866;
 }
 .AnyTagClassName
 {
   color: #4C7866;
 }
</style>

background-color css

<style>
 a { background-color: #4C7866; }

 a { background-color: rgb(76,120,102); }

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

border-color css

<style>
 span { border-color: #4C7866; }

 span { border-color: rgb(76,120,102); }

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