Html Css Color HEX #40532F Clover

📋 copy color: '#40532F'

red 64 ◦ green 83 ◦ blue 47

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

Shades of Clover #40532F

Tints of Clover #40532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 32.99%
G = 42.78%
B = 24.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#40532F (or 0x40532F) is known color: Clover. HEX triplet: 40, 53 and 2F. RGB value is (64,83,47). Sum of RGB (Red+Green+Blue) = 64+83+47=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #40532F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40532F is #BFACD0. Grayscale: #494949. Windows color (decimal): -12561617 or 3101504. OLE color: 3101504.

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

Color convert

RGB 64 83 47 -
CMYK 0.23 0 0.43 0.67
HSL 91.67º 0.28% 0.25% -
HSV(B) 91.67º 0.43% 0.33% -
XYZ 5.72 7.48 3.83 -
YUV 73.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 64 83 47 0.23 0 0.43 0.67 91.67 0.28 0.25
Hex 40 53 2F 17 0 2B 43 5C 1C 19
Octal 100 123 57 27 0 53 103 134 34 31
Binary 1000000 1010011 101111 10111 0 101011 1000011 1011100 11100 11001

Color Harmonies of #40532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40532F

Black with #40532F

Text Example


Text Example

White with #40532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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