Html Css Color HEX #485033 Clover

📋 copy color: '#485033'

red 72 ◦ green 80 ◦ blue 51

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

Shades of Clover #485033

Tints of Clover #485033

RGB

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

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

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

R = 35.47%
G = 39.41%
B = 25.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#485033 (or 0x485033) is known color: Clover. HEX triplet: 48, 50 and 33. RGB value is (72,80,51). Sum of RGB (Red+Green+Blue) = 72+80+51=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 80 - color contains mainly: green. Hex color #485033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485033 is #B7AFCC. Grayscale: #4A4A4A. Windows color (decimal): -12038093 or 3362888. OLE color: 3362888.

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

Color convert

RGB 72 80 51 -
CMYK 0.10 0 0.36 0.69
HSL 76.55º 0.22% 0.26% -
HSV(B) 76.55º 0.36% 0.31% -
XYZ 6.14 7.35 4.23 -
YUV 74.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 72 80 51 0.10 0 0.36 0.69 76.55 0.22 0.26
Hex 48 50 33 A 0 24 45 4D 16 1A
Octal 110 120 63 12 0 44 105 115 26 32
Binary 1001000 1010000 110011 1010 0 100100 1000101 1001101 10110 11010

Color Harmonies of #485033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485033

Black with #485033

Text Example


Text Example

White with #485033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485033; }

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

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

background-color css

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

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

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

border-color css

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

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

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