Html Css Color HEX #40582B Clover

📋 copy color: '#40582B'

red 64 ◦ green 88 ◦ blue 43

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

Shades of Clover #40582B

Tints of Clover #40582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.13%

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

R = 32.82%
G = 45.13%
B = 22.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#40582B (or 0x40582B) is known color: Clover. HEX triplet: 40, 58 and 2B. RGB value is (64,88,43). Sum of RGB (Red+Green+Blue) = 64+88+43=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #40582B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40582B is #BFA7D4. Grayscale: #4B4B4B. Windows color (decimal): -12560341 or 2840640. OLE color: 2840640.

HSL color Cylindrical-coordinate representation of color #40582B: hue angle of 92º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #40582B is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 43 -
CMYK 0.27 0 0.51 0.65
HSL 92º 0.34% 0.26% -
HSV(B) 92º 0.51% 0.35% -
XYZ 6.04 8.24 3.56 -
YUV 75.69 109.55 119.66 -
System Red Green Blue C M Y K H S L
Decimal 64 88 43 0.27 0 0.51 0.65 92 0.34 0.26
Hex 40 58 2B 1B 0 33 41 5C 22 1A
Octal 100 130 53 33 0 63 101 134 42 32
Binary 1000000 1011000 101011 11011 0 110011 1000001 1011100 100010 11010

Color Harmonies of #40582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40582B

Black with #40582B

Text Example


Text Example

White with #40582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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