#4B8569

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

Shades of Viridian #4B8569

Tints of Viridian #4B8569

Color information

#4B8569 (or 0x4B8569) is unknown color: approx Viridian. HEX triplet: 4B, 85 and 69. RGB value is (75,133,105). Sum of RGB (Red+Green+Blue) = 75+133+105=313 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.96% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8569 is #B47A96. Grayscale: #707070. Windows color (decimal): -11827863 or 6915403. OLE color: 6915403.

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

Color convert

RGB75133105-
CMYK0.4400.210.48
HSL151.03º27.88%40.78%-
HSV(B)151.03º43.61%52.16%-
XYZ13.8419.2916.36-
YUV112.47123.78101.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.96%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=23.96%
G=42.49%
B=33.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751331050.4400.210.48151.0327.8840.78
Hex4B85692C01530971c29
Octal11320515154025602273451
Binary10010111000010111010011011000101011100001001011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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