Html Css Color HEX #485740 Cabbage Pont

📋 copy color: '#485740'

red 72 ◦ green 87 ◦ blue 64

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

Shades of Cabbage Pont #485740

Tints of Cabbage Pont #485740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

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

R = 32.29%
G = 39.01%
B = 28.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#485740 (or 0x485740) is known color: Cabbage Pont. HEX triplet: 48, 57 and 40. RGB value is (72,87,64). Sum of RGB (Red+Green+Blue) = 72+87+64=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #485740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485740 is #B7A8BF. Grayscale: #4F4F4F. Windows color (decimal): -12036288 or 4216648. OLE color: 4216648.

HSL color Cylindrical-coordinate representation of color #485740: hue angle of 99.13º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485740 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 87 64 -
CMYK 0.17 0 0.26 0.66
HSL 99.13º 0.15% 0.3% -
HSV(B) 99.13º 0.26% 0.34% -
XYZ 7.01 8.56 6.13 -
YUV 79.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 72 87 64 0.17 0 0.26 0.66 99.13 0.15 0.3
Hex 48 57 40 11 0 1A 42 63 F 1E
Octal 110 127 100 21 0 32 102 143 17 36
Binary 1001000 1010111 1000000 10001 0 11010 1000010 1100011 1111 11110

Color Harmonies of #485740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485740

Black with #485740

Text Example


Text Example

White with #485740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485740; }

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

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

background-color css

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

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

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

border-color css

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

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

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