Html Css Color HEX #485931 Clover

📋 copy color: '#485931'

red 72 ◦ green 89 ◦ blue 49

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

Shades of Clover #485931

Tints of Clover #485931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 23.33%

R = 34.29%
G = 42.38%
B = 23.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#485931 (or 0x485931) is known color: Clover. HEX triplet: 48, 59 and 31. RGB value is (72,89,49). Sum of RGB (Red+Green+Blue) = 72+89+49=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 89 (35.16% from 255 or 42.38% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 89 - color contains mainly: green. Hex color #485931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485931 is #B7A6CE. Grayscale: #4F4F4F. Windows color (decimal): -12035791 or 3234120. OLE color: 3234120.

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

Color convert

RGB 72 89 49 -
CMYK 0.19 0 0.45 0.65
HSL 85.5º 0.29% 0.27% -
HSV(B) 85.5º 0.45% 0.35% -
XYZ 6.8 8.74 4.24 -
YUV 79.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 72 89 49 0.19 0 0.45 0.65 85.5 0.29 0.27
Hex 48 59 31 13 0 2D 41 56 1D 1B
Octal 110 131 61 23 0 55 101 126 35 33
Binary 1001000 1011001 110001 10011 0 101101 1000001 1010110 11101 11011

Color Harmonies of #485931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485931

Black with #485931

Text Example


Text Example

White with #485931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485931; }

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

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

background-color css

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

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

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

border-color css

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

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

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