Html Css Color HEX #48532D Clover

📋 copy color: '#48532D'

red 72 ◦ green 83 ◦ blue 45

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

Shades of Clover #48532D

Tints of Clover #48532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 45 (17.97% from 255) = 22.5%

R = 36%
G = 41.5%
B = 22.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#48532D (or 0x48532D) is known color: Clover. HEX triplet: 48, 53 and 2D. RGB value is (72,83,45). Sum of RGB (Red+Green+Blue) = 72+83+45=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #48532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48532D is #B7ACD2. Grayscale: #4B4B4B. Windows color (decimal): -12037331 or 2970440. OLE color: 2970440.

HSL color Cylindrical-coordinate representation of color #48532D: hue angle of 77.37º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48532D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 45 -
CMYK 0.13 0 0.46 0.67
HSL 77.37º 0.3% 0.25% -
HSV(B) 77.37º 0.46% 0.33% -
XYZ 6.24 7.75 3.65 -
YUV 75.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 72 83 45 0.13 0 0.46 0.67 77.37 0.3 0.25
Hex 48 53 2D D 0 2E 43 4D 1E 19
Octal 110 123 55 15 0 56 103 115 36 31
Binary 1001000 1010011 101101 1101 0 101110 1000011 1001101 11110 11001

Color Harmonies of #48532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48532D

Black with #48532D

Text Example


Text Example

White with #48532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48532D; }

 p { color: rgb(72,83,45); }

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

background-color css

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

 a { background-color: rgb(72,83,45); }

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

border-color css

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

 span { border-color: rgb(72,83,45); }

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