Html Css Color HEX #485836 Clover

📋 copy color: '#485836'

red 72 ◦ green 88 ◦ blue 54

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

Shades of Clover #485836

Tints of Clover #485836

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

 BLUE value IS 54 (21.48% from 255) = 25.23%

R = 33.64%
G = 41.12%
B = 25.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.65

RGB Variations

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

Color information

#485836 (or 0x485836) is known color: Clover. HEX triplet: 48, 58 and 36. RGB value is (72,88,54). Sum of RGB (Red+Green+Blue) = 72+88+54=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #485836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485836 is #B7A7C9. Grayscale: #4F4F4F. Windows color (decimal): -12036042 or 3561544. OLE color: 3561544.

HSL color Cylindrical-coordinate representation of color #485836: hue angle of 88.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #485836 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 54 -
CMYK 0.18 0 0.39 0.65
HSL 88.24º 0.24% 0.28% -
HSV(B) 88.24º 0.39% 0.35% -
XYZ 6.83 8.62 4.79 -
YUV 79.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 72 88 54 0.18 0 0.39 0.65 88.24 0.24 0.28
Hex 48 58 36 12 0 27 41 58 18 1C
Octal 110 130 66 22 0 47 101 130 30 34
Binary 1001000 1011000 110110 10010 0 100111 1000001 1011000 11000 11100

Color Harmonies of #485836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485836

Black with #485836

Text Example


Text Example

White with #485836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485836; }

 p { color: rgb(72,88,54); }

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

background-color css

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

 a { background-color: rgb(72,88,54); }

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

border-color css

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

 span { border-color: rgb(72,88,54); }

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