#4B856A

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

Shades of Viridian #4B856A

Tints of Viridian #4B856A

Color information

#4B856A (or 0x4B856A) is unknown color: approx Viridian. HEX triplet: 4B, 85 and 6A. RGB value is (75,133,106). Sum of RGB (Red+Green+Blue) = 75+133+106=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #4B856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B856A is #B47A95. Grayscale: #707070. Windows color (decimal): -11827862 or 6980939. OLE color: 6980939.

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

Color convert

RGB75133106-
CMYK0.4400.200.48
HSL152.07º27.88%40.78%-
HSV(B)152.07º43.61%52.16%-
XYZ13.8919.3116.63-
YUV112.58124.28101.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.89%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=23.89%
G=42.36%
B=33.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331060.4400.200.48152.0727.8840.78
Hex4B856A2C01430981c29
Octal11320515254024602303451
Binary10010111000010111010101011000101001100001001100011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,106); }

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

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

 a { background-color: rgb(75,133,106); }

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

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

 span { border-color: rgb(75,133,106); }

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