Html Css Color HEX #485038 Clover

📋 copy color: '#485038'

red 72 ◦ green 80 ◦ blue 56

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

Shades of Clover #485038

Tints of Clover #485038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 34.62%
G = 38.46%
B = 26.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#485038 (or 0x485038) is known color: Clover. HEX triplet: 48, 50 and 38. RGB value is (72,80,56). Sum of RGB (Red+Green+Blue) = 72+80+56=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #485038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485038 is #B7AFC7. Grayscale: #4A4A4A. Windows color (decimal): -12038088 or 3690568. OLE color: 3690568.

HSL color Cylindrical-coordinate representation of color #485038: hue angle of 80º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485038 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 56 -
CMYK 0.10 0 0.30 0.69
HSL 80º 0.18% 0.27% -
HSV(B) 80º 0.3% 0.31% -
XYZ 6.25 7.4 4.84 -
YUV 74.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 72 80 56 0.10 0 0.30 0.69 80 0.18 0.27
Hex 48 50 38 A 0 1E 45 50 12 1B
Octal 110 120 70 12 0 36 105 120 22 33
Binary 1001000 1010000 111000 1010 0 11110 1000101 1010000 10010 11011

Color Harmonies of #485038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485038

Black with #485038

Text Example


Text Example

White with #485038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485038; }

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

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

background-color css

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

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

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

border-color css

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

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

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