Html Css Color HEX #485240 Cabbage Pont

📋 copy color: '#485240'

red 72 ◦ green 82 ◦ blue 64

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

Shades of Cabbage Pont #485240

Tints of Cabbage Pont #485240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.61%

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

R = 33.03%
G = 37.61%
B = 29.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#485240 (or 0x485240) is known color: Cabbage Pont. HEX triplet: 48, 52 and 40. RGB value is (72,82,64). Sum of RGB (Red+Green+Blue) = 72+82+64=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #485240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485240 is #B7ADBF. Grayscale: #4D4D4D. Windows color (decimal): -12037568 or 4215368. OLE color: 4215368.

HSL color Cylindrical-coordinate representation of color #485240: hue angle of 93.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 #485240 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 64 -
CMYK 0.12 0 0.22 0.68
HSL 93.33º 0.12% 0.29% -
HSV(B) 93.33º 0.22% 0.32% -
XYZ 6.62 7.78 6 -
YUV 76.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 72 82 64 0.12 0 0.22 0.68 93.33 0.12 0.29
Hex 48 52 40 C 0 16 44 5D C 1D
Octal 110 122 100 14 0 26 104 135 14 35
Binary 1001000 1010010 1000000 1100 0 10110 1000100 1011101 1100 11101

Color Harmonies of #485240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485240

Black with #485240

Text Example


Text Example

White with #485240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485240; }

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

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

background-color css

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

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

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

border-color css

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

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

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