#45504B

Color #45504B Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #45504B

Tints of Plantation #45504B

Color information

#45504B (or 0x45504B) is unknown color: approx Plantation. HEX triplet: 45, 50 and 4B. RGB value is (69,80,75). Sum of RGB (Red+Green+Blue) = 69+80+75=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #45504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45504B is #BAAFB4. Grayscale: #4C4C4C. Windows color (decimal): -12234677 or 4935749. OLE color: 4935749.

HSL color Cylindrical-coordinate representation of color #45504B: hue angle of 152.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #45504B is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB698075-
CMYK0.1400.060.69
HSL152.73º7.38%29.22%-
HSV(B)152.73º13.75%31.37%-
XYZ6.597.517.76-
YUV76.14127.36122.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.80%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=30.80%
G=35.71%
B=33.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980750.1400.060.69152.737.3829.22
Hex45504BE06459971d
Octal1051201131606105231735
Binary1000101101000010010111110011010001011001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45504B; }

 p { color: rgb(69,80,75); }

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

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

 a { background-color: rgb(69,80,75); }

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

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

 span { border-color: rgb(69,80,75); }

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