Html Css Color HEX #485832 Clover

📋 copy color: '#485832'

red 72 ◦ green 88 ◦ blue 50

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

Shades of Clover #485832

Tints of Clover #485832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 34.29%
G = 41.9%
B = 23.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#485832 (or 0x485832) is known color: Clover. HEX triplet: 48, 58 and 32. RGB value is (72,88,50). Sum of RGB (Red+Green+Blue) = 72+88+50=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #485832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485832 is #B7A7CD. Grayscale: #4F4F4F. Windows color (decimal): -12036046 or 3299400. OLE color: 3299400.

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

Color convert

RGB 72 88 50 -
CMYK 0.18 0 0.43 0.65
HSL 85.26º 0.28% 0.27% -
HSV(B) 85.26º 0.43% 0.35% -
XYZ 6.74 8.59 4.32 -
YUV 78.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 72 88 50 0.18 0 0.43 0.65 85.26 0.28 0.27
Hex 48 58 32 12 0 2B 41 55 1C 1B
Octal 110 130 62 22 0 53 101 125 34 33
Binary 1001000 1011000 110010 10010 0 101011 1000001 1010101 11100 11011

Color Harmonies of #485832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485832

Black with #485832

Text Example


Text Example

White with #485832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485832; }

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

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

background-color css

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

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

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

border-color css

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

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

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