Html Css Color HEX #405328 Clover

📋 copy color: '#405328'

red 64 ◦ green 83 ◦ blue 40

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

Shades of Clover #405328

Tints of Clover #405328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 34.22%
G = 44.39%
B = 21.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#405328 (or 0x405328) is known color: Clover. HEX triplet: 40, 53 and 28. RGB value is (64,83,40). Sum of RGB (Red+Green+Blue) = 64+83+40=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #405328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405328 is #BFACD7. Grayscale: #484848. Windows color (decimal): -12561624 or 2642752. OLE color: 2642752.

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

Color convert

RGB 64 83 40 -
CMYK 0.23 0 0.52 0.67
HSL 86.51º 0.35% 0.24% -
HSV(B) 86.51º 0.52% 0.33% -
XYZ 5.59 7.43 3.15 -
YUV 72.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 64 83 40 0.23 0 0.52 0.67 86.51 0.35 0.24
Hex 40 53 28 17 0 34 43 57 23 18
Octal 100 123 50 27 0 64 103 127 43 30
Binary 1000000 1010011 101000 10111 0 110100 1000011 1010111 100011 11000

Color Harmonies of #405328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405328

Black with #405328

Text Example


Text Example

White with #405328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405328; }

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

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

background-color css

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

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

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

border-color css

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

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

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