#485243

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

Shades of Cabbage Pont #485243

Tints of Cabbage Pont #485243

Color information

#485243 (or 0x485243) is unknown color: approx Cabbage Pont. HEX triplet: 48, 52 and 43. RGB value is (72,82,67). Sum of RGB (Red+Green+Blue) = 72+82+67=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 82 - color contains mainly: green. Hex color #485243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485243 is #B7ADBC. Grayscale: #4D4D4D. Windows color (decimal): -12037565 or 4411976. OLE color: 4411976.

HSL color Cylindrical-coordinate representation of color #485243: hue angle of 100º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485243 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB728267-
CMYK0.1200.180.68
HSL100º10.07%29.22%-
HSV(B)100º18.29%32.16%-
XYZ6.77.826.47-
YUV77.3122.19124.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=32.58%
G=37.10%
B=30.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282670.1200.180.6810010.0729.22
Hex485243C0124464a1d
Octal110122103140221041441235
Binary100100010100101000011110001001010001001100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485243; }

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

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

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

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

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

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

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

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