#4B886F

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

Shades of Viridian #4B886F

Tints of Viridian #4B886F

Color information

#4B886F (or 0x4B886F) is unknown color: approx Viridian. HEX triplet: 4B, 88 and 6F. RGB value is (75,136,111). Sum of RGB (Red+Green+Blue) = 75+136+111=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #4B886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B886F is #B47790. Grayscale: #727272. Windows color (decimal): -11827089 or 7309387. OLE color: 7309387.

HSL color Cylindrical-coordinate representation of color #4B886F: hue angle of 155.41º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B886F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB75136111-
CMYK0.4500.180.47
HSL155.41º28.91%41.37%-
HSV(B)155.41º44.85%53.33%-
XYZ14.5820.2518.18-
YUV114.91125.7999.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.29%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=23.29%
G=42.24%
B=34.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751361110.4500.180.47155.4128.9141.37
Hex4B886F2D0122F9b1d29
Octal11321015755022572333551
Binary10010111000100011011111011010100101011111001101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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