Html Css Color HEX #4D8569 Viridian

📋 copy color: '#4D8569'

red 77 ◦ green 133 ◦ blue 105

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

Shades of Viridian #4D8569

Tints of Viridian #4D8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 24.44%
G = 42.22%
B = 33.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#4D8569 (or 0x4D8569) is known color: Viridian. HEX triplet: 4D, 85 and 69. RGB value is (77,133,105). Sum of RGB (Red+Green+Blue) = 77+133+105=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #4D8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8569 is #B27A96. Grayscale: #717171. Windows color (decimal): -11696791 or 6915405. OLE color: 6915405.

HSL color Cylindrical-coordinate representation of color #4D8569: hue angle of 150º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D8569 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 133 105 -
CMYK 0.42 0 0.21 0.48
HSL 150º 0.27% 0.41% -
HSV(B) 150º 0.42% 0.52% -
XYZ 14 19.37 16.37 -
YUV 113.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 77 133 105 0.42 0 0.21 0.48 150 0.27 0.41
Hex 4D 85 69 2A 0 15 30 96 1B 29
Octal 115 205 151 52 0 25 60 226 33 51
Binary 1001101 10000101 1101001 101010 0 10101 110000 10010110 11011 101001

Color Harmonies of #4D8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8569

Black with #4D8569

Text Example


Text Example

White with #4D8569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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