Html Css Color HEX #485443 Cabbage Pont

📋 copy color: '#485443'

red 72 ◦ green 84 ◦ blue 67

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

Shades of Cabbage Pont #485443

Tints of Cabbage Pont #485443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 32.29%
G = 37.67%
B = 30.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#485443 (or 0x485443) is known color: Cabbage Pont. HEX triplet: 48, 54 and 43. RGB value is (72,84,67). Sum of RGB (Red+Green+Blue) = 72+84+67=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #485443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485443 is #B7ABBC. Grayscale: #4E4E4E. Windows color (decimal): -12037053 or 4412488. OLE color: 4412488.

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

Color convert

RGB 72 84 67 -
CMYK 0.14 0 0.20 0.67
HSL 102.35º 0.11% 0.3% -
HSV(B) 102.35º 0.2% 0.33% -
XYZ 6.86 8.12 6.52 -
YUV 78.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 72 84 67 0.14 0 0.20 0.67 102.35 0.11 0.3
Hex 48 54 43 E 0 14 43 66 B 1E
Octal 110 124 103 16 0 24 103 146 13 36
Binary 1001000 1010100 1000011 1110 0 10100 1000011 1100110 1011 11110

Color Harmonies of #485443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485443

Black with #485443

Text Example


Text Example

White with #485443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485443; }

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

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

background-color css

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

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

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

border-color css

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

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

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