Html Css Color HEX #485537 Clover

📋 copy color: '#485537'

red 72 ◦ green 85 ◦ blue 55

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

Shades of Clover #485537

Tints of Clover #485537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 55 (21.88% from 255) = 25.94%

R = 33.96%
G = 40.09%
B = 25.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#485537 (or 0x485537) is known color: Clover. HEX triplet: 48, 55 and 37. RGB value is (72,85,55). Sum of RGB (Red+Green+Blue) = 72+85+55=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #485537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485537 is #B7AAC8. Grayscale: #4D4D4D. Windows color (decimal): -12036809 or 3626312. OLE color: 3626312.

HSL color Cylindrical-coordinate representation of color #485537: hue angle of 86º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #485537 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 55 -
CMYK 0.15 0 0.35 0.67
HSL 86º 0.21% 0.27% -
HSV(B) 86º 0.35% 0.33% -
XYZ 6.61 8.15 4.84 -
YUV 77.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 72 85 55 0.15 0 0.35 0.67 86 0.21 0.27
Hex 48 55 37 F 0 23 43 56 15 1B
Octal 110 125 67 17 0 43 103 126 25 33
Binary 1001000 1010101 110111 1111 0 100011 1000011 1010110 10101 11011

Color Harmonies of #485537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485537

Black with #485537

Text Example


Text Example

White with #485537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485537; }

 p { color: rgb(72,85,55); }

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

background-color css

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

 a { background-color: rgb(72,85,55); }

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

border-color css

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

 span { border-color: rgb(72,85,55); }

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