Html Css Color HEX #485239 Clover

📋 copy color: '#485239'

red 72 ◦ green 82 ◦ blue 57

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

Shades of Clover #485239

Tints of Clover #485239

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.86%

 BLUE value IS 57 (22.66% from 255) = 27.01%

R = 34.12%
G = 38.86%
B = 27.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#485239 (or 0x485239) is known color: Clover. HEX triplet: 48, 52 and 39. RGB value is (72,82,57). Sum of RGB (Red+Green+Blue) = 72+82+57=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #485239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485239 is #B7ADC6. Grayscale: #4C4C4C. Windows color (decimal): -12037575 or 3756616. OLE color: 3756616.

HSL color Cylindrical-coordinate representation of color #485239: hue angle of 84º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485239 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 82 57 -
CMYK 0.12 0 0.30 0.68
HSL 84º 0.18% 0.27% -
HSV(B) 84º 0.3% 0.32% -
XYZ 6.43 7.71 5.02 -
YUV 76.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 72 82 57 0.12 0 0.30 0.68 84 0.18 0.27
Hex 48 52 39 C 0 1E 44 54 12 1B
Octal 110 122 71 14 0 36 104 124 22 33
Binary 1001000 1010010 111001 1100 0 11110 1000100 1010100 10010 11011

Color Harmonies of #485239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485239

Black with #485239

Text Example


Text Example

White with #485239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485239; }

 p { color: rgb(72,82,57); }

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

background-color css

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

 a { background-color: rgb(72,82,57); }

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

border-color css

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

 span { border-color: rgb(72,82,57); }

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