Html Css Color HEX #485442 Cabbage Pont

📋 copy color: '#485442'

red 72 ◦ green 84 ◦ blue 66

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

Shades of Cabbage Pont #485442

Tints of Cabbage Pont #485442

RGB

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

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

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

R = 32.43%
G = 37.84%
B = 29.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#485442 (or 0x485442) is known color: Cabbage Pont. HEX triplet: 48, 54 and 42. RGB value is (72,84,66). Sum of RGB (Red+Green+Blue) = 72+84+66=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #485442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485442 is #B7ABBD. Grayscale: #4E4E4E. Windows color (decimal): -12037054 or 4346952. OLE color: 4346952.

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

Color convert

RGB 72 84 66 -
CMYK 0.14 0 0.21 0.67
HSL 100º 0.12% 0.29% -
HSV(B) 100º 0.21% 0.33% -
XYZ 6.83 8.11 6.36 -
YUV 78.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 72 84 66 0.14 0 0.21 0.67 100 0.12 0.29
Hex 48 54 42 E 0 15 43 64 C 1D
Octal 110 124 102 16 0 25 103 144 14 35
Binary 1001000 1010100 1000010 1110 0 10101 1000011 1100100 1100 11101

Color Harmonies of #485442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485442

Black with #485442

Text Example


Text Example

White with #485442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485442; }

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

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

background-color css

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

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

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

border-color css

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

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

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