Html Css Color HEX #485828 Clover

📋 copy color: '#485828'

red 72 ◦ green 88 ◦ blue 40

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

Shades of Clover #485828

Tints of Clover #485828

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

 BLUE value IS 40 (16.02% from 255) = 20%

R = 36%
G = 44%
B = 20%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#485828 (or 0x485828) is known color: Clover. HEX triplet: 48, 58 and 28. RGB value is (72,88,40). Sum of RGB (Red+Green+Blue) = 72+88+40=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #485828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485828 is #B7A7D7. Grayscale: #4D4D4D. Windows color (decimal): -12036056 or 2644040. OLE color: 2644040.

HSL color Cylindrical-coordinate representation of color #485828: hue angle of 80º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #485828 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 40 -
CMYK 0.18 0 0.55 0.65
HSL 80º 0.38% 0.25% -
HSV(B) 80º 0.55% 0.35% -
XYZ 6.55 8.51 3.31 -
YUV 77.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 72 88 40 0.18 0 0.55 0.65 80 0.38 0.25
Hex 48 58 28 12 0 37 41 50 26 19
Octal 110 130 50 22 0 67 101 120 46 31
Binary 1001000 1011000 101000 10010 0 110111 1000001 1010000 100110 11001

Color Harmonies of #485828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485828

Black with #485828

Text Example


Text Example

White with #485828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485828; }

 p { color: rgb(72,88,40); }

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

background-color css

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

 a { background-color: rgb(72,88,40); }

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

border-color css

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

 span { border-color: rgb(72,88,40); }

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