#455240

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

Shades of Cabbage Pont #455240

Tints of Cabbage Pont #455240

Color information

#455240 (or 0x455240) is unknown color: approx Cabbage Pont. HEX triplet: 45, 52 and 40. RGB value is (69,82,64). Sum of RGB (Red+Green+Blue) = 69+82+64=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #455240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455240 is #BAADBF. Grayscale: #4C4C4C. Windows color (decimal): -12234176 or 4215365. OLE color: 4215365.

HSL color Cylindrical-coordinate representation of color #455240: hue angle of 103.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #455240 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB698264-
CMYK0.1600.220.68
HSL103.33º12.33%28.63%-
HSV(B)103.33º21.95%32.16%-
XYZ6.47.675.99-
YUV76.06121.19122.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=32.09%
G=38.14%
B=29.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982640.1600.220.68103.3312.3328.63
Hex455240100164467c1d
Octal105122100200261041471435
Binary1000101101001010000001000001011010001001100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455240; }

 p { color: rgb(69,82,64); }

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

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

 a { background-color: rgb(69,82,64); }

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

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

 span { border-color: rgb(69,82,64); }

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