Html Css Color HEX #546248 Cabbage Pont

📋 copy color: '#546248'

red 84 ◦ green 98 ◦ blue 72

#546248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #546248

Tints of Cabbage Pont #546248

RGB

 RED value IS 84 (33.2% 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 value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#546248 (or 0x546248) is known color: 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

RGB 84 98 72 -
CMYK 0.14 0 0.27 0.62
HSL 92.31º 0.15% 0.33% -
HSV(B) 92.31º 0.27% 0.38% -
XYZ 9.19 11.09 7.79 -
YUV 90.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 84 98 72 0.14 0 0.27 0.62 92.31 0.15 0.33
Hex 54 62 48 E 0 1B 3E 5C F 21
Octal 124 142 110 16 0 33 76 134 17 41
Binary 1010100 1100010 1001000 1110 0 11011 111110 1011100 1111 100001

Color Harmonies of #546248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546248

Black with #546248

Text Example


Text Example

White with #546248

Text Example


Text Example

HTML Codes & Css Web 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>