Html Css Color HEX #405428 Clover

📋 copy color: '#405428'

red 64 ◦ green 84 ◦ blue 40

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

Shades of Clover #405428

Tints of Clover #405428

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.68%

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

R = 34.04%
G = 44.68%
B = 21.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#405428 (or 0x405428) is known color: Clover. HEX triplet: 40, 54 and 28. RGB value is (64,84,40). Sum of RGB (Red+Green+Blue) = 64+84+40=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #405428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405428 is #BFABD7. Grayscale: #494949. Windows color (decimal): -12561368 or 2643008. OLE color: 2643008.

HSL color Cylindrical-coordinate representation of color #405428: hue angle of 87.27º 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 #405428 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 40 -
CMYK 0.24 0 0.52 0.67
HSL 87.27º 0.35% 0.24% -
HSV(B) 87.27º 0.52% 0.33% -
XYZ 5.67 7.58 3.17 -
YUV 73 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 64 84 40 0.24 0 0.52 0.67 87.27 0.35 0.24
Hex 40 54 28 18 0 34 43 57 23 18
Octal 100 124 50 30 0 64 103 127 43 30
Binary 1000000 1010100 101000 11000 0 110100 1000011 1010111 100011 11000

Color Harmonies of #405428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405428

Black with #405428

Text Example


Text Example

White with #405428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405428; }

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

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

background-color css

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

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

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

border-color css

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

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

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