#48534E

Color #48534E Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #48534E

Tints of Cape Cod #48534E

Color information

#48534E (or 0x48534E) is unknown color: approx Cape Cod. HEX triplet: 48, 53 and 4E. RGB value is (72,83,78). Sum of RGB (Red+Green+Blue) = 72+83+78=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 83 - color contains mainly: green. Hex color #48534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48534E is #B7ACB1. Grayscale: #4F4F4F. Windows color (decimal): -12037298 or 5133128. OLE color: 5133128.

HSL color Cylindrical-coordinate representation of color #48534E: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48534E is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB728378-
CMYK0.1300.060.67
HSL152.73º7.1%30.39%-
HSV(B)152.73º13.25%32.55%-
XYZ7.148.118.4-
YUV79.14127.36122.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=30.90%
G=35.62%
B=33.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283780.1300.060.67152.737.130.39
Hex48534ED06439971e
Octal1101231161506103231736
Binary1001000101001110011101101011010000111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48534E; }

 p { color: rgb(72,83,78); }

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

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

 a { background-color: rgb(72,83,78); }

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

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

 span { border-color: rgb(72,83,78); }

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