Html Css Color HEX #4C7765 Viridian

📋 copy color: '#4C7765'

red 76 ◦ green 119 ◦ blue 101

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

Shades of Viridian #4C7765

Tints of Viridian #4C7765

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 25.68%
G = 40.2%
B = 34.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#4C7765 (or 0x4C7765) is known color: Viridian. HEX triplet: 4C, 77 and 65. RGB value is (76,119,101). Sum of RGB (Red+Green+Blue) = 76+119+101=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #4C7765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7765 is #B3889A. Grayscale: #686868. Windows color (decimal): -11765915 or 6649676. OLE color: 6649676.

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

Color convert

RGB 76 119 101 -
CMYK 0.36 0 0.15 0.53
HSL 154.88º 0.22% 0.38% -
HSV(B) 154.88º 0.36% 0.47% -
XYZ 11.93 15.67 14.71 -
YUV 104.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 76 119 101 0.36 0 0.15 0.53 154.88 0.22 0.38
Hex 4C 77 65 24 0 F 35 9B 16 26
Octal 114 167 145 44 0 17 65 233 26 46
Binary 1001100 1110111 1100101 100100 0 1111 110101 10011011 10110 100110

Color Harmonies of #4C7765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7765

Black with #4C7765

Text Example


Text Example

White with #4C7765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,119,101); }

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

background-color css

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

 a { background-color: rgb(76,119,101); }

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

border-color css

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

 span { border-color: rgb(76,119,101); }

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