Html Css Color HEX #4D695C Viridian Green

📋 copy color: '#4D695C'

red 77 ◦ green 105 ◦ blue 92

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

Shades of Viridian Green #4D695C

Tints of Viridian Green #4D695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.32%

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

R = 28.1%
G = 38.32%
B = 33.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#4D695C (or 0x4D695C) is known color: Viridian Green. HEX triplet: 4D, 69 and 5C. RGB value is (77,105,92). Sum of RGB (Red+Green+Blue) = 77+105+92=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695C is #B296A3. Grayscale: #5F5F5F. Windows color (decimal): -11703972 or 6056269. OLE color: 6056269.

HSL color Cylindrical-coordinate representation of color #4D695C: hue angle of 152.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D695C is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 92 -
CMYK 0.27 0 0.12 0.59
HSL 152.14º 0.15% 0.36% -
HSV(B) 152.14º 0.27% 0.41% -
XYZ 10.04 12.45 12 -
YUV 95.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 77 105 92 0.27 0 0.12 0.59 152.14 0.15 0.36
Hex 4D 69 5C 1B 0 C 3B 98 F 24
Octal 115 151 134 33 0 14 73 230 17 44
Binary 1001101 1101001 1011100 11011 0 1100 111011 10011000 1111 100100

Color Harmonies of #4D695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D695C

Black with #4D695C

Text Example


Text Example

White with #4D695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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