Html Css Color HEX #485042 Cabbage Pont

📋 copy color: '#485042'

red 72 ◦ green 80 ◦ blue 66

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

Shades of Cabbage Pont #485042

Tints of Cabbage Pont #485042

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 66 (26.17% from 255) = 30.28%

R = 33.03%
G = 36.7%
B = 30.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#485042 (or 0x485042) is known color: Cabbage Pont. HEX triplet: 48, 50 and 42. RGB value is (72,80,66). Sum of RGB (Red+Green+Blue) = 72+80+66=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #485042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485042 is #B7AFBD. Grayscale: #4C4C4C. Windows color (decimal): -12038078 or 4345928. OLE color: 4345928.

HSL color Cylindrical-coordinate representation of color #485042: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485042 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 66 -
CMYK 0.10 0 0.17 0.69
HSL 94.29º 0.1% 0.29% -
HSV(B) 94.29º 0.18% 0.31% -
XYZ 6.52 7.51 6.26 -
YUV 76.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 72 80 66 0.10 0 0.17 0.69 94.29 0.1 0.29
Hex 48 50 42 A 0 11 45 5E A 1D
Octal 110 120 102 12 0 21 105 136 12 35
Binary 1001000 1010000 1000010 1010 0 10001 1000101 1011110 1010 11101

Color Harmonies of #485042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485042

Black with #485042

Text Example


Text Example

White with #485042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485042; }

 p { color: rgb(72,80,66); }

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

background-color css

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

 a { background-color: rgb(72,80,66); }

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

border-color css

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

 span { border-color: rgb(72,80,66); }

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