#45513A

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

Shades of Cabbage Pont #45513A

Tints of Cabbage Pont #45513A

Color information

#45513A (or 0x45513A) is unknown color: approx Cabbage Pont. HEX triplet: 45, 51 and 3A. RGB value is (69,81,58). Sum of RGB (Red+Green+Blue) = 69+81+58=208 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.17% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #45513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45513A is #BAAEC5. Grayscale: #4A4A4A. Windows color (decimal): -12234438 or 3821893. OLE color: 3821893.

HSL color Cylindrical-coordinate representation of color #45513A: hue angle of 91.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45513A is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB698158-
CMYK0.1500.280.68
HSL91.3º16.55%27.25%-
HSV(B)91.3º28.4%31.76%-
XYZ6.167.465.12-
YUV74.79118.52123.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.17%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=33.17%
G=38.94%
B=27.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981580.1500.280.6891.316.5527.25
Hex45513AF01C445b111b
Octal10512172170341041332133
Binary100010110100011110101111011100100010010110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45513A; }

 p { color: rgb(69,81,58); }

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

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

 a { background-color: rgb(69,81,58); }

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

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

 span { border-color: rgb(69,81,58); }

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