#4D675E

Color #4D675E Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #4D675E

Tints of Viridian Green #4D675E

Color information

#4D675E (or 0x4D675E) is unknown color: approx Viridian Green. HEX triplet: 4D, 67 and 5E. RGB value is (77,103,94). Sum of RGB (Red+Green+Blue) = 77+103+94=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #4D675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D675E is #B298A1. Grayscale: #5E5E5E. Windows color (decimal): -11704482 or 6186829. OLE color: 6186829.

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

Color convert

RGB7710394-
CMYK0.2500.090.60
HSL159.23º14.44%35.29%-
HSV(B)159.23º25.24%40.39%-
XYZ9.9312.0912.4-
YUV94.2127.89115.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=28.10%
G=37.59%
B=34.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77103940.2500.090.60159.2314.4435.29
Hex4D675E19093C9fe23
Octal11514713631011742371643
Binary1001101110011110111101100101001111100100111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,103,94); }

 H1.HeaderClassName
 {
   color: #4D675E;
 }
 .AnyTagClassName
 {
   color: #4D675E;
 }
</style>
background-color css

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

 a { background-color: rgb(77,103,94); }

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

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

 span { border-color: rgb(77,103,94); }

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