#546248

Color #546248 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #546248

Tints of Cabbage Pont #546248

Color information

#546248 (or 0x546248) is unknown color: approx Cabbage Pont. HEX triplet: 54, 62 and 48. RGB value is (84,98,72). Sum of RGB (Red+Green+Blue) = 84+98+72=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 98 - color contains mainly: green. Hex color #546248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546248 is #AB9DB7. Grayscale: #5A5A5A. Windows color (decimal): -11247032 or 4743764. OLE color: 4743764.

HSL color Cylindrical-coordinate representation of color #546248: hue angle of 92.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #546248 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB849872-
CMYK0.1400.270.62
HSL92.31º15.29%33.33%-
HSV(B)92.31º26.53%38.43%-
XYZ9.1911.097.79-
YUV90.85117.36123.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 98 (38.67% from 255) = 38.58%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=33.07%
G=38.58%
B=28.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498720.1400.270.6292.3115.2933.33
Hex546248E01B3E5cf21
Octal12414211016033761341741
Binary101010011000101001000111001101111111010111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546248; }

 p { color: rgb(84,98,72); }

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

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

 a { background-color: rgb(84,98,72); }

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

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

 span { border-color: rgb(84,98,72); }

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