Html Css Color HEX #4D655C Viridian Green

📋 copy color: '#4D655C'

red 77 ◦ green 101 ◦ blue 92

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

Shades of Viridian Green #4D655C

Tints of Viridian Green #4D655C

RGB

 RED value IS 77 (30.47% from 255) = 28.52%

 GREEN value IS 101 (39.84% from 255) = 37.41%

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 28.52%
G = 37.41%
B = 34.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#4D655C (or 0x4D655C) is known color: Viridian Green. HEX triplet: 4D, 65 and 5C. RGB value is (77,101,92). Sum of RGB (Red+Green+Blue) = 77+101+92=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #4D655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D655C is #B29AA3. Grayscale: #5C5C5C. Windows color (decimal): -11704996 or 6055245. OLE color: 6055245.

HSL color Cylindrical-coordinate representation of color #4D655C: hue angle of 157.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D655C is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 101 92 -
CMYK 0.24 0 0.09 0.60
HSL 157.5º 0.13% 0.35% -
HSV(B) 157.5º 0.24% 0.4% -
XYZ 9.65 11.66 11.87 -
YUV 92.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 77 101 92 0.24 0 0.09 0.60 157.5 0.13 0.35
Hex 4D 65 5C 18 0 9 3C 9E D 23
Octal 115 145 134 30 0 11 74 236 15 43
Binary 1001101 1100101 1011100 11000 0 1001 111100 10011110 1101 100011

Color Harmonies of #4D655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D655C

Black with #4D655C

Text Example


Text Example

White with #4D655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,101,92); }

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

background-color css

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

 a { background-color: rgb(77,101,92); }

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

border-color css

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

 span { border-color: rgb(77,101,92); }

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