Html Css Color HEX #40502D Clover

📋 copy color: '#40502D'

red 64 ◦ green 80 ◦ blue 45

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

Shades of Clover #40502D

Tints of Clover #40502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.81%

R = 33.86%
G = 42.33%
B = 23.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#40502D (or 0x40502D) is known color: Clover. HEX triplet: 40, 50 and 2D. RGB value is (64,80,45). Sum of RGB (Red+Green+Blue) = 64+80+45=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #40502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40502D is #BFAFD2. Grayscale: #474747. Windows color (decimal): -12562387 or 2969664. OLE color: 2969664.

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

Color convert

RGB 64 80 45 -
CMYK 0.20 0 0.44 0.69
HSL 87.43º 0.28% 0.25% -
HSV(B) 87.43º 0.44% 0.31% -
XYZ 5.46 7.02 3.55 -
YUV 71.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 64 80 45 0.20 0 0.44 0.69 87.43 0.28 0.25
Hex 40 50 2D 14 0 2C 45 57 1C 19
Octal 100 120 55 24 0 54 105 127 34 31
Binary 1000000 1010000 101101 10100 0 101100 1000101 1010111 11100 11001

Color Harmonies of #40502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40502D

Black with #40502D

Text Example


Text Example

White with #40502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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