Html Css Color HEX #485337 Clover

📋 copy color: '#485337'

red 72 ◦ green 83 ◦ blue 55

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

Shades of Clover #485337

Tints of Clover #485337

RGB

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

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

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

R = 34.29%
G = 39.52%
B = 26.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#485337 (or 0x485337) is known color: Clover. HEX triplet: 48, 53 and 37. RGB value is (72,83,55). Sum of RGB (Red+Green+Blue) = 72+83+55=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #485337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485337 is #B7ACC8. Grayscale: #4C4C4C. Windows color (decimal): -12037321 or 3625800. OLE color: 3625800.

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

Color convert

RGB 72 83 55 -
CMYK 0.13 0 0.34 0.67
HSL 83.57º 0.2% 0.27% -
HSV(B) 83.57º 0.34% 0.33% -
XYZ 6.46 7.84 4.79 -
YUV 76.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 72 83 55 0.13 0 0.34 0.67 83.57 0.2 0.27
Hex 48 53 37 D 0 22 43 54 14 1B
Octal 110 123 67 15 0 42 103 124 24 33
Binary 1001000 1010011 110111 1101 0 100010 1000011 1010100 10100 11011

Color Harmonies of #485337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485337

Black with #485337

Text Example


Text Example

White with #485337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485337; }

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

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

background-color css

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

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

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

border-color css

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

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

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