Html Css Color HEX #40532B Clover

📋 copy color: '#40532B'

red 64 ◦ green 83 ◦ blue 43

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

Shades of Clover #40532B

Tints of Clover #40532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 33.68%
G = 43.68%
B = 22.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#40532B (or 0x40532B) is known color: Clover. HEX triplet: 40, 53 and 2B. RGB value is (64,83,43). Sum of RGB (Red+Green+Blue) = 64+83+43=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #40532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532B is #BFACD4. Grayscale: #484848. Windows color (decimal): -12561621 or 2839360. OLE color: 2839360.

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

Color convert

RGB 64 83 43 -
CMYK 0.23 0 0.48 0.67
HSL 88.5º 0.32% 0.25% -
HSV(B) 88.5º 0.48% 0.33% -
XYZ 5.64 7.45 3.43 -
YUV 72.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 64 83 43 0.23 0 0.48 0.67 88.5 0.32 0.25
Hex 40 53 2B 17 0 30 43 58 20 19
Octal 100 123 53 27 0 60 103 130 40 31
Binary 1000000 1010011 101011 10111 0 110000 1000011 1011000 100000 11001

Color Harmonies of #40532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40532B

Black with #40532B

Text Example


Text Example

White with #40532B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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