Html Css Color HEX #485833 Clover

📋 copy color: '#485833'

red 72 ◦ green 88 ◦ blue 51

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

Shades of Clover #485833

Tints of Clover #485833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 34.12%
G = 41.71%
B = 24.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#485833 (or 0x485833) is known color: Clover. HEX triplet: 48, 58 and 33. RGB value is (72,88,51). Sum of RGB (Red+Green+Blue) = 72+88+51=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #485833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485833 is #B7A7CC. Grayscale: #4F4F4F. Windows color (decimal): -12036045 or 3364936. OLE color: 3364936.

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

Color convert

RGB 72 88 51 -
CMYK 0.18 0 0.42 0.65
HSL 85.95º 0.27% 0.27% -
HSV(B) 85.95º 0.42% 0.35% -
XYZ 6.76 8.6 4.43 -
YUV 79 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 72 88 51 0.18 0 0.42 0.65 85.95 0.27 0.27
Hex 48 58 33 12 0 2A 41 56 1B 1B
Octal 110 130 63 22 0 52 101 126 33 33
Binary 1001000 1011000 110011 10010 0 101010 1000001 1010110 11011 11011

Color Harmonies of #485833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485833

Black with #485833

Text Example


Text Example

White with #485833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485833; }

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

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

background-color css

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

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

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

border-color css

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

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

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