Html Css Color HEX #4D8273 Viridian

📋 copy color: '#4D8273'

red 77 ◦ green 130 ◦ blue 115

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

Shades of Viridian #4D8273

Tints of Viridian #4D8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 115 (45.31% from 255) = 35.71%

R = 23.91%
G = 40.37%
B = 35.71%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#4D8273 (or 0x4D8273) is known color: Viridian. HEX triplet: 4D, 82 and 73. RGB value is (77,130,115). Sum of RGB (Red+Green+Blue) = 77+130+115=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8273 is #B27D8C. Grayscale: #707070. Windows color (decimal): -11697549 or 7569997. OLE color: 7569997.

HSL color Cylindrical-coordinate representation of color #4D8273: hue angle of 163.02º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8273 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 77 130 115 -
CMYK 0.41 0 0.12 0.49
HSL 163.02º 0.26% 0.41% -
HSV(B) 163.02º 0.41% 0.51% -
XYZ 14.14 18.78 19.1 -
YUV 112.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 77 130 115 0.41 0 0.12 0.49 163.02 0.26 0.41
Hex 4D 82 73 29 0 C 31 A3 1A 29
Octal 115 202 163 51 0 14 61 243 32 51
Binary 1001101 10000010 1110011 101001 0 1100 110001 10100011 11010 101001

Color Harmonies of #4D8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8273

Black with #4D8273

Text Example


Text Example

White with #4D8273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,130,115); }

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

background-color css

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

 a { background-color: rgb(77,130,115); }

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

border-color css

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

 span { border-color: rgb(77,130,115); }

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