Html Css Color HEX #485535 Clover

📋 copy color: '#485535'

red 72 ◦ green 85 ◦ blue 53

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

Shades of Clover #485535

Tints of Clover #485535

RGB

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

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

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

R = 34.29%
G = 40.48%
B = 25.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#485535 (or 0x485535) is known color: Clover. HEX triplet: 48, 55 and 35. RGB value is (72,85,53). Sum of RGB (Red+Green+Blue) = 72+85+53=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #485535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485535 is #B7AACA. Grayscale: #4D4D4D. Windows color (decimal): -12036811 or 3495240. OLE color: 3495240.

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

Color convert

RGB 72 85 53 -
CMYK 0.15 0 0.38 0.67
HSL 84.38º 0.23% 0.27% -
HSV(B) 84.38º 0.38% 0.33% -
XYZ 6.56 8.13 4.59 -
YUV 77.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 72 85 53 0.15 0 0.38 0.67 84.38 0.23 0.27
Hex 48 55 35 F 0 26 43 54 17 1B
Octal 110 125 65 17 0 46 103 124 27 33
Binary 1001000 1010101 110101 1111 0 100110 1000011 1010100 10111 11011

Color Harmonies of #485535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485535

Black with #485535

Text Example


Text Example

White with #485535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485535; }

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

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

background-color css

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

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

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

border-color css

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

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

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