Html Css Color HEX #485F2A Clover

📋 copy color: '#485F2A'

red 72 ◦ green 95 ◦ blue 42

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

Shades of Clover #485F2A

Tints of Clover #485F2A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.45%

 BLUE value IS 42 (16.8% from 255) = 20.1%

R = 34.45%
G = 45.45%
B = 20.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.63

RGB Variations

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

Color information

#485F2A (or 0x485F2A) is known color: Clover. HEX triplet: 48, 5F and 2A. RGB value is (72,95,42). Sum of RGB (Red+Green+Blue) = 72+95+42=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #485F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F2A is #B7A0D5. Grayscale: #525252. Windows color (decimal): -12034262 or 2776904. OLE color: 2776904.

HSL color Cylindrical-coordinate representation of color #485F2A: hue angle of 86.04º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485F2A is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 95 42 -
CMYK 0.24 0 0.56 0.63
HSL 86.04º 0.39% 0.27% -
HSV(B) 86.04º 0.56% 0.37% -
XYZ 7.18 9.73 3.69 -
YUV 82.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 72 95 42 0.24 0 0.56 0.63 86.04 0.39 0.27
Hex 48 5F 2A 18 0 38 3F 56 27 1B
Octal 110 137 52 30 0 70 77 126 47 33
Binary 1001000 1011111 101010 11000 0 111000 111111 1010110 100111 11011

Color Harmonies of #485F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F2A

Black with #485F2A

Text Example


Text Example

White with #485F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485F2A; }

 p { color: rgb(72,95,42); }

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

background-color css

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

 a { background-color: rgb(72,95,42); }

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

border-color css

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

 span { border-color: rgb(72,95,42); }

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