Html Css Color HEX #40532A Clover

📋 copy color: '#40532A'

red 64 ◦ green 83 ◦ blue 42

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

Shades of Clover #40532A

Tints of Clover #40532A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.22%

R = 33.86%
G = 43.92%
B = 22.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#40532A (or 0x40532A) is known color: Clover. HEX triplet: 40, 53 and 2A. RGB value is (64,83,42). Sum of RGB (Red+Green+Blue) = 64+83+42=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #40532A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532A is #BFACD5. Grayscale: #484848. Windows color (decimal): -12561622 or 2773824. OLE color: 2773824.

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

Color convert

RGB 64 83 42 -
CMYK 0.23 0 0.49 0.67
HSL 87.8º 0.33% 0.25% -
HSV(B) 87.8º 0.49% 0.33% -
XYZ 5.63 7.44 3.33 -
YUV 72.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 64 83 42 0.23 0 0.49 0.67 87.8 0.33 0.25
Hex 40 53 2A 17 0 31 43 58 21 19
Octal 100 123 52 27 0 61 103 130 41 31
Binary 1000000 1010011 101010 10111 0 110001 1000011 1011000 100001 11001

Color Harmonies of #40532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40532A

Black with #40532A

Text Example


Text Example

White with #40532A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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