#485043

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

Shades of Cabbage Pont #485043

Tints of Cabbage Pont #485043

Color information

#485043 (or 0x485043) is unknown color: approx Cabbage Pont. HEX triplet: 48, 50 and 43. RGB value is (72,80,67). Sum of RGB (Red+Green+Blue) = 72+80+67=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #485043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485043 is #B7AFBC. Grayscale: #4C4C4C. Windows color (decimal): -12038077 or 4411464. OLE color: 4411464.

HSL color Cylindrical-coordinate representation of color #485043: hue angle of 96.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #485043 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB728067-
CMYK0.1000.160.69
HSL96.92º8.84%28.82%-
HSV(B)96.92º16.25%31.37%-
XYZ6.557.526.42-
YUV76.13122.85125.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 67 (26.56% from 255) = 30.59%
R=32.88%
G=36.53%
B=30.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280670.1000.160.6996.928.8428.82
Hex485043A010456191d
Octal110120103120201051411135
Binary100100010100001000011101001000010001011100001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485043; }

 p { color: rgb(72,80,67); }

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

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

 a { background-color: rgb(72,80,67); }

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

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

 span { border-color: rgb(72,80,67); }

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