#4B6D5E

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

Shades of Viridian Green #4B6D5E

Tints of Viridian Green #4B6D5E

Color information

#4B6D5E (or 0x4B6D5E) is unknown color: approx Viridian Green. HEX triplet: 4B, 6D and 5E. RGB value is (75,109,94). Sum of RGB (Red+Green+Blue) = 75+109+94=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D5E is #B492A1. Grayscale: #616161. Windows color (decimal): -11834018 or 6188363. OLE color: 6188363.

HSL color Cylindrical-coordinate representation of color #4B6D5E: hue angle of 153.53º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D5E is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB7510994-
CMYK0.3100.140.57
HSL153.53º18.48%36.08%-
HSV(B)153.53º31.19%42.75%-
XYZ10.3913.2412.6-
YUV97.12126.24112.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.98%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=26.98%
G=39.21%
B=33.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75109940.3100.140.57153.5318.4836.08
Hex4B6D5E1F0E399a1224
Octal11315513637016712322244
Binary10010111101101101111011111011101110011001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,94); }

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

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

 a { background-color: rgb(75,109,94); }

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

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

 span { border-color: rgb(75,109,94); }

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