Html Css Color HEX #485937 Clover

📋 copy color: '#485937'

red 72 ◦ green 89 ◦ blue 55

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

Shades of Clover #485937

Tints of Clover #485937

RGB

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

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

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

R = 33.33%
G = 41.2%
B = 25.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#485937 (or 0x485937) is known color: Clover. HEX triplet: 48, 59 and 37. RGB value is (72,89,55). Sum of RGB (Red+Green+Blue) = 72+89+55=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #485937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485937 is #B7A6C8. Grayscale: #505050. Windows color (decimal): -12035785 or 3627336. OLE color: 3627336.

HSL color Cylindrical-coordinate representation of color #485937: hue angle of 90º degrees, saturation: 0.24, 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 #485937 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 55 -
CMYK 0.19 0 0.38 0.65
HSL 90º 0.24% 0.28% -
HSV(B) 90º 0.38% 0.35% -
XYZ 6.93 8.8 4.95 -
YUV 80.04 113.87 122.26 -
System Red Green Blue C M Y K H S L
Decimal 72 89 55 0.19 0 0.38 0.65 90 0.24 0.28
Hex 48 59 37 13 0 26 41 5A 18 1C
Octal 110 131 67 23 0 46 101 132 30 34
Binary 1001000 1011001 110111 10011 0 100110 1000001 1011010 11000 11100

Color Harmonies of #485937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485937

Black with #485937

Text Example


Text Example

White with #485937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485937; }

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

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

background-color css

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

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

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

border-color css

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

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

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