Html Css Color HEX #485935 Clover

📋 copy color: '#485935'

red 72 ◦ green 89 ◦ blue 53

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

Shades of Clover #485935

Tints of Clover #485935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.77%

R = 33.64%
G = 41.59%
B = 24.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#485935 (or 0x485935) is known color: Clover. HEX triplet: 48, 59 and 35. RGB value is (72,89,53). Sum of RGB (Red+Green+Blue) = 72+89+53=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #485935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485935 is #B7A6CA. Grayscale: #4F4F4F. Windows color (decimal): -12035787 or 3496264. OLE color: 3496264.

HSL color Cylindrical-coordinate representation of color #485935: hue angle of 88.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485935 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 89 53 -
CMYK 0.19 0 0.40 0.65
HSL 88.33º 0.25% 0.28% -
HSV(B) 88.33º 0.4% 0.35% -
XYZ 6.89 8.78 4.7 -
YUV 79.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 72 89 53 0.19 0 0.40 0.65 88.33 0.25 0.28
Hex 48 59 35 13 0 28 41 58 19 1C
Octal 110 131 65 23 0 50 101 130 31 34
Binary 1001000 1011001 110101 10011 0 101000 1000001 1011000 11001 11100

Color Harmonies of #485935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485935

Black with #485935

Text Example


Text Example

White with #485935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485935; }

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

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

background-color css

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

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

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

border-color css

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

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

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