Html Css Color HEX #485930 Clover

📋 copy color: '#485930'

red 72 ◦ green 89 ◦ blue 48

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

Shades of Clover #485930

Tints of Clover #485930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 34.45%
G = 42.58%
B = 22.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#485930 (or 0x485930) is known color: Clover. HEX triplet: 48, 59 and 30. RGB value is (72,89,48). Sum of RGB (Red+Green+Blue) = 72+89+48=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #485930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485930 is #B7A6CF. Grayscale: #4F4F4F. Windows color (decimal): -12035792 or 3168584. OLE color: 3168584.

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

Color convert

RGB 72 89 48 -
CMYK 0.19 0 0.46 0.65
HSL 84.88º 0.3% 0.27% -
HSV(B) 84.88º 0.46% 0.35% -
XYZ 6.78 8.74 4.13 -
YUV 79.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 72 89 48 0.19 0 0.46 0.65 84.88 0.3 0.27
Hex 48 59 30 13 0 2E 41 55 1E 1B
Octal 110 131 60 23 0 56 101 125 36 33
Binary 1001000 1011001 110000 10011 0 101110 1000001 1010101 11110 11011

Color Harmonies of #485930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485930

Black with #485930

Text Example


Text Example

White with #485930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485930; }

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

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

background-color css

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

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

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

border-color css

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

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

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