Html Css Color HEX #485642 Cabbage Pont

📋 copy color: '#485642'

red 72 ◦ green 86 ◦ blue 66

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

Shades of Cabbage Pont #485642

Tints of Cabbage Pont #485642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.39%

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

R = 32.14%
G = 38.39%
B = 29.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#485642 (or 0x485642) is known color: Cabbage Pont. HEX triplet: 48, 56 and 42. RGB value is (72,86,66). Sum of RGB (Red+Green+Blue) = 72+86+66=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 86 - color contains mainly: green. Hex color #485642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485642 is #B7A9BD. Grayscale: #4F4F4F. Windows color (decimal): -12036542 or 4347464. OLE color: 4347464.

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

Color convert

RGB 72 86 66 -
CMYK 0.16 0 0.23 0.66
HSL 102º 0.13% 0.3% -
HSV(B) 102º 0.23% 0.34% -
XYZ 6.98 8.43 6.41 -
YUV 79.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 72 86 66 0.16 0 0.23 0.66 102 0.13 0.3
Hex 48 56 42 10 0 17 42 66 D 1E
Octal 110 126 102 20 0 27 102 146 15 36
Binary 1001000 1010110 1000010 10000 0 10111 1000010 1100110 1101 11110

Color Harmonies of #485642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485642

Black with #485642

Text Example


Text Example

White with #485642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485642; }

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

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

background-color css

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

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

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

border-color css

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

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

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