Html Css Color HEX #485530 Clover

📋 copy color: '#485530'

red 72 ◦ green 85 ◦ blue 48

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

Shades of Clover #485530

Tints of Clover #485530

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.46%

 BLUE value IS 48 (19.14% from 255) = 23.41%

R = 35.12%
G = 41.46%
B = 23.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#485530 (or 0x485530) is known color: Clover. HEX triplet: 48, 55 and 30. RGB value is (72,85,48). Sum of RGB (Red+Green+Blue) = 72+85+48=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #485530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485530 is #B7AACF. Grayscale: #4D4D4D. Windows color (decimal): -12036816 or 3167560. OLE color: 3167560.

HSL color Cylindrical-coordinate representation of color #485530: hue angle of 81.08º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485530 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 48 -
CMYK 0.15 0 0.44 0.67
HSL 81.08º 0.28% 0.26% -
HSV(B) 81.08º 0.44% 0.33% -
XYZ 6.45 8.09 4.02 -
YUV 76.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 72 85 48 0.15 0 0.44 0.67 81.08 0.28 0.26
Hex 48 55 30 F 0 2C 43 51 1C 1A
Octal 110 125 60 17 0 54 103 121 34 32
Binary 1001000 1010101 110000 1111 0 101100 1000011 1010001 11100 11010

Color Harmonies of #485530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485530

Black with #485530

Text Example


Text Example

White with #485530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485530; }

 p { color: rgb(72,85,48); }

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

background-color css

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

 a { background-color: rgb(72,85,48); }

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

border-color css

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

 span { border-color: rgb(72,85,48); }

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