Html Css Color HEX #485035 Clover

📋 copy color: '#485035'

red 72 ◦ green 80 ◦ blue 53

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

Shades of Clover #485035

Tints of Clover #485035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 35.12%
G = 39.02%
B = 25.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#485035 (or 0x485035) is known color: Clover. HEX triplet: 48, 50 and 35. RGB value is (72,80,53). Sum of RGB (Red+Green+Blue) = 72+80+53=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #485035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485035 is #B7AFCA. Grayscale: #4A4A4A. Windows color (decimal): -12038091 or 3493960. OLE color: 3493960.

HSL color Cylindrical-coordinate representation of color #485035: hue angle of 77.78º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #485035 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 53 -
CMYK 0.10 0 0.34 0.69
HSL 77.78º 0.2% 0.26% -
HSV(B) 77.78º 0.34% 0.31% -
XYZ 6.18 7.37 4.47 -
YUV 74.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 72 80 53 0.10 0 0.34 0.69 77.78 0.2 0.26
Hex 48 50 35 A 0 22 45 4E 14 1A
Octal 110 120 65 12 0 42 105 116 24 32
Binary 1001000 1010000 110101 1010 0 100010 1000101 1001110 10100 11010

Color Harmonies of #485035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485035

Black with #485035

Text Example


Text Example

White with #485035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485035; }

 p { color: rgb(72,80,53); }

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

background-color css

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

 a { background-color: rgb(72,80,53); }

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

border-color css

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

 span { border-color: rgb(72,80,53); }

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