Html Css Color HEX #485440 Cabbage Pont

📋 copy color: '#485440'

red 72 ◦ green 84 ◦ blue 64

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

Shades of Cabbage Pont #485440

Tints of Cabbage Pont #485440

RGB

 RED value IS 72 (28.52% from 255) = 32.73%

 GREEN value IS 84 (33.2% from 255) = 38.18%

 BLUE value IS 64 (25.39% from 255) = 29.09%

R = 32.73%
G = 38.18%
B = 29.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#485440 (or 0x485440) is known color: Cabbage Pont. HEX triplet: 48, 54 and 40. RGB value is (72,84,64). Sum of RGB (Red+Green+Blue) = 72+84+64=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 84 - color contains mainly: green. Hex color #485440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485440 is #B7ABBF. Grayscale: #4E4E4E. Windows color (decimal): -12037056 or 4215880. OLE color: 4215880.

HSL color Cylindrical-coordinate representation of color #485440: hue angle of 96º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #485440 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 64 -
CMYK 0.14 0 0.24 0.67
HSL 96º 0.14% 0.29% -
HSV(B) 96º 0.24% 0.33% -
XYZ 6.77 8.09 6.06 -
YUV 78.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 72 84 64 0.14 0 0.24 0.67 96 0.14 0.29
Hex 48 54 40 E 0 18 43 60 E 1D
Octal 110 124 100 16 0 30 103 140 16 35
Binary 1001000 1010100 1000000 1110 0 11000 1000011 1100000 1110 11101

Color Harmonies of #485440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485440

Black with #485440

Text Example


Text Example

White with #485440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485440; }

 p { color: rgb(72,84,64); }

 H1.HeaderClassName
 {
   color: #485440;
 }
 .AnyTagClassName
 {
   color: #485440;
 }
</style>

background-color css

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

 a { background-color: rgb(72,84,64); }

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

border-color css

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

 span { border-color: rgb(72,84,64); }

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