#4B8469

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

Shades of Viridian #4B8469

Tints of Viridian #4B8469

Color information

#4B8469 (or 0x4B8469) is unknown color: approx Viridian. HEX triplet: 4B, 84 and 69. RGB value is (75,132,105). Sum of RGB (Red+Green+Blue) = 75+132+105=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8469 is #B47B96. Grayscale: #6F6F6F. Windows color (decimal): -11828119 or 6915147. OLE color: 6915147.

HSL color Cylindrical-coordinate representation of color #4B8469: hue angle of 151.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B8469 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB75132105-
CMYK0.4300.200.48
HSL151.58º27.54%40.59%-
HSV(B)151.58º43.18%51.76%-
XYZ13.719.0216.31-
YUV111.88124.12101.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=24.04%
G=42.31%
B=33.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751321050.4300.200.48151.5827.5440.59
Hex4B84692B01430981c29
Octal11320415153024602303451
Binary10010111000010011010011010110101001100001001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,105); }

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

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

 a { background-color: rgb(75,132,105); }

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

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

 span { border-color: rgb(75,132,105); }

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