Html Css Color HEX #40532C Clover

📋 copy color: '#40532C'

red 64 ◦ green 83 ◦ blue 44

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

Shades of Clover #40532C

Tints of Clover #40532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 33.51%
G = 43.46%
B = 23.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#40532C (or 0x40532C) is known color: Clover. HEX triplet: 40, 53 and 2C. RGB value is (64,83,44). Sum of RGB (Red+Green+Blue) = 64+83+44=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #40532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532C is #BFACD3. Grayscale: #494949. Windows color (decimal): -12561620 or 2904896. OLE color: 2904896.

HSL color Cylindrical-coordinate representation of color #40532C: hue angle of 89.23º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40532C is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 83 44 -
CMYK 0.23 0 0.47 0.67
HSL 89.23º 0.31% 0.25% -
HSV(B) 89.23º 0.47% 0.33% -
XYZ 5.66 7.46 3.52 -
YUV 72.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 64 83 44 0.23 0 0.47 0.67 89.23 0.31 0.25
Hex 40 53 2C 17 0 2F 43 59 1F 19
Octal 100 123 54 27 0 57 103 131 37 31
Binary 1000000 1010011 101100 10111 0 101111 1000011 1011001 11111 11001

Color Harmonies of #40532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40532C

Black with #40532C

Text Example


Text Example

White with #40532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40532C; }

 p { color: rgb(64,83,44); }

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

background-color css

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

 a { background-color: rgb(64,83,44); }

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

border-color css

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

 span { border-color: rgb(64,83,44); }

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