Html Css Color HEX #485837 Clover

📋 copy color: '#485837'

red 72 ◦ green 88 ◦ blue 55

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

Shades of Clover #485837

Tints of Clover #485837

RGB

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

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

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

R = 33.49%
G = 40.93%
B = 25.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#485837 (or 0x485837) is known color: Clover. HEX triplet: 48, 58 and 37. RGB value is (72,88,55). Sum of RGB (Red+Green+Blue) = 72+88+55=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #485837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485837 is #B7A7C8. Grayscale: #4F4F4F. Windows color (decimal): -12036041 or 3627080. OLE color: 3627080.

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

Color convert

RGB 72 88 55 -
CMYK 0.18 0 0.38 0.65
HSL 89.09º 0.23% 0.28% -
HSV(B) 89.09º 0.38% 0.35% -
XYZ 6.85 8.63 4.92 -
YUV 79.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 72 88 55 0.18 0 0.38 0.65 89.09 0.23 0.28
Hex 48 58 37 12 0 26 41 59 17 1C
Octal 110 130 67 22 0 46 101 131 27 34
Binary 1001000 1011000 110111 10010 0 100110 1000001 1011001 10111 11100

Color Harmonies of #485837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485837

Black with #485837

Text Example


Text Example

White with #485837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485837; }

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

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

background-color css

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

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

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

border-color css

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

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

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