Html Css Color HEX #455240 Cabbage Pont

📋 copy color: '#455240'

red 69 ◦ green 82 ◦ blue 64

#455240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #455240

Tints of Cabbage Pont #455240

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 value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#455240 (or 0x455240) is known color: 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

RGB 69 82 64 -
CMYK 0.16 0 0.22 0.68
HSL 103.33º 0.12% 0.29% -
HSV(B) 103.33º 0.22% 0.32% -
XYZ 6.4 7.67 5.99 -
YUV 76.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 69 82 64 0.16 0 0.22 0.68 103.33 0.12 0.29
Hex 45 52 40 10 0 16 44 67 C 1D
Octal 105 122 100 20 0 26 104 147 14 35
Binary 1000101 1010010 1000000 10000 0 10110 1000100 1100111 1100 11101

Color Harmonies of #455240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455240

Black with #455240

Text Example


Text Example

White with #455240

Text Example


Text Example

HTML Codes & Css Web 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>