Html Css Color HEX #40502E Clover

📋 copy color: '#40502E'

red 64 ◦ green 80 ◦ blue 46

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

Shades of Clover #40502E

Tints of Clover #40502E

RGB

 RED value IS 64 (25.39% from 255) = 33.68%

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

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 33.68%
G = 42.11%
B = 24.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#40502E (or 0x40502E) is known color: Clover. HEX triplet: 40, 50 and 2E. RGB value is (64,80,46). Sum of RGB (Red+Green+Blue) = 64+80+46=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #40502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40502E is #BFAFD1. Grayscale: #474747. Windows color (decimal): -12562386 or 3035200. OLE color: 3035200.

HSL color Cylindrical-coordinate representation of color #40502E: hue angle of 88.24º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #40502E is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 80 46 -
CMYK 0.20 0 0.42 0.69
HSL 88.24º 0.27% 0.25% -
HSV(B) 88.24º 0.43% 0.31% -
XYZ 5.48 7.02 3.65 -
YUV 71.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 64 80 46 0.20 0 0.42 0.69 88.24 0.27 0.25
Hex 40 50 2E 14 0 2A 45 58 1B 19
Octal 100 120 56 24 0 52 105 130 33 31
Binary 1000000 1010000 101110 10100 0 101010 1000101 1011000 11011 11001

Color Harmonies of #40502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40502E

Black with #40502E

Text Example


Text Example

White with #40502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40502E; }

 p { color: rgb(64,80,46); }

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

background-color css

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

 a { background-color: rgb(64,80,46); }

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

border-color css

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

 span { border-color: rgb(64,80,46); }

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