#455041

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

Shades of Cabbage Pont #455041

Tints of Cabbage Pont #455041

Color information

#455041 (or 0x455041) is unknown color: approx Cabbage Pont. HEX triplet: 45, 50 and 41. RGB value is (69,80,65). Sum of RGB (Red+Green+Blue) = 69+80+65=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #455041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455041 is #BAAFBE. Grayscale: #4B4B4B. Windows color (decimal): -12234687 or 4280389. OLE color: 4280389.

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

Color convert

RGB698065-
CMYK0.1400.190.69
HSL104º10.34%28.43%-
HSV(B)104º18.75%31.37%-
XYZ6.287.386.1-
YUV75122.36123.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=32.24%
G=37.38%
B=30.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980650.1400.190.6910410.3428.43
Hex455041E0134568a1c
Octal105120101160231051501234
Binary100010110100001000001111001001110001011101000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455041; }

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

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

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

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

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

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

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

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