Html Css Color HEX #485939 Cabbage Pont

📋 copy color: '#485939'

red 72 ◦ green 89 ◦ blue 57

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

Shades of Cabbage Pont #485939

Tints of Cabbage Pont #485939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 33.03%
G = 40.83%
B = 26.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#485939 (or 0x485939) is known color: Cabbage Pont. HEX triplet: 48, 59 and 39. RGB value is (72,89,57). Sum of RGB (Red+Green+Blue) = 72+89+57=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #485939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485939 is #B7A6C6. Grayscale: #505050. Windows color (decimal): -12035783 or 3758408. OLE color: 3758408.

HSL color Cylindrical-coordinate representation of color #485939: hue angle of 91.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #485939 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 57 -
CMYK 0.19 0 0.36 0.65
HSL 91.88º 0.22% 0.29% -
HSV(B) 91.88º 0.36% 0.35% -
XYZ 6.98 8.82 5.2 -
YUV 80.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 72 89 57 0.19 0 0.36 0.65 91.88 0.22 0.29
Hex 48 59 39 13 0 24 41 5C 16 1D
Octal 110 131 71 23 0 44 101 134 26 35
Binary 1001000 1011001 111001 10011 0 100100 1000001 1011100 10110 11101

Color Harmonies of #485939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485939

Black with #485939

Text Example


Text Example

White with #485939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485939; }

 p { color: rgb(72,89,57); }

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

background-color css

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

 a { background-color: rgb(72,89,57); }

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

border-color css

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

 span { border-color: rgb(72,89,57); }

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