#4B8D6F

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

Shades of Viridian #4B8D6F

Tints of Viridian #4B8D6F

Color information

#4B8D6F (or 0x4B8D6F) is unknown color: approx Viridian. HEX triplet: 4B, 8D and 6F. RGB value is (75,141,111). Sum of RGB (Red+Green+Blue) = 75+141+111=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8D6F is #B47290. Grayscale: #757575. Windows color (decimal): -11825809 or 7310667. OLE color: 7310667.

HSL color Cylindrical-coordinate representation of color #4B8D6F: hue angle of 152.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D6F is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB75141111-
CMYK0.4700.210.45
HSL152.73º30.56%42.35%-
HSV(B)152.73º46.81%55.29%-
XYZ15.321.6918.42-
YUV117.85124.1397.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.94%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=22.94%
G=43.12%
B=33.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751411110.4700.210.45152.7330.5642.35
Hex4B8D6F2F0152D991f2a
Octal11321515757025552313752
Binary10010111000110111011111011110101011011011001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,141,111); }

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

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

 a { background-color: rgb(75,141,111); }

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

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

 span { border-color: rgb(75,141,111); }

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