#4B825E

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

Shades of Como #4B825E

Tints of Como #4B825E

Color information

#4B825E (or 0x4B825E) is unknown color: approx Como. HEX triplet: 4B, 82 and 5E. RGB value is (75,130,94). Sum of RGB (Red+Green+Blue) = 75+130+94=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #4B825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B825E is #B47DA1. Grayscale: #6D6D6D. Windows color (decimal): -11828642 or 6193739. OLE color: 6193739.

HSL color Cylindrical-coordinate representation of color #4B825E: hue angle of 140.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B825E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB7513094-
CMYK0.4200.280.49
HSL140.73º26.83%40.2%-
HSV(B)140.73º42.31%50.98%-
XYZ12.918.2713.44-
YUV109.45119.28103.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=25.08%
G=43.48%
B=31.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75130940.4200.280.49140.7326.8340.2
Hex4B825E2A01C318d1b28
Octal11320213652034612153350
Binary10010111000001010111101010100111001100011000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,130,94); }

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

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

 a { background-color: rgb(75,130,94); }

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

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

 span { border-color: rgb(75,130,94); }

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