#454F41

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

Shades of Cabbage Pont #454F41

Tints of Cabbage Pont #454F41

Color information

#454F41 (or 0x454F41) is unknown color: approx Cabbage Pont. HEX triplet: 45, 4F and 41. RGB value is (69,79,65). Sum of RGB (Red+Green+Blue) = 69+79+65=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 79 - color contains mainly: green. Hex color #454F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #454F41 is #BAB0BE. Grayscale: #4A4A4A. Windows color (decimal): -12234943 or 4280133. OLE color: 4280133.

HSL color Cylindrical-coordinate representation of color #454F41: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #454F41 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB697965-
CMYK0.1300.180.69
HSL102.86º9.72%28.24%-
HSV(B)102.86º17.72%30.98%-
XYZ6.27.246.07-
YUV74.41122.69124.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 79 (31.25% from 255) = 37.09%
BLUE value IS 65 (25.78% from 255) = 30.52%
R=32.39%
G=37.09%
B=30.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6979650.1300.180.69102.869.7228.24
Hex454F41D0124567a1c
Octal105117101150221051471234
Binary100010110011111000001110101001010001011100111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F41; }

 p { color: rgb(69,79,65); }

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

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

 a { background-color: rgb(69,79,65); }

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

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

 span { border-color: rgb(69,79,65); }

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