#4B8568

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

Shades of Viridian #4B8568

Tints of Viridian #4B8568

Color information

#4B8568 (or 0x4B8568) is unknown color: approx Viridian. HEX triplet: 4B, 85 and 68. RGB value is (75,133,104). Sum of RGB (Red+Green+Blue) = 75+133+104=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8568 is #B47A97. Grayscale: #707070. Windows color (decimal): -11827864 or 6849867. OLE color: 6849867.

HSL color Cylindrical-coordinate representation of color #4B8568: hue angle of 150º 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 #4B8568 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB75133104-
CMYK0.4400.220.48
HSL150º27.88%40.78%-
HSV(B)150º43.61%52.16%-
XYZ13.7919.2716.09-
YUV112.35123.28101.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=24.04%
G=42.63%
B=33.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331040.4400.220.4815027.8840.78
Hex4B85682C01630961c29
Octal11320515054026602263451
Binary10010111000010111010001011000101101100001001011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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