Html Css Color HEX #405828 Clover

📋 copy color: '#405828'

red 64 ◦ green 88 ◦ blue 40

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

Shades of Clover #405828

Tints of Clover #405828

RGB

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

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

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

R = 33.33%
G = 45.83%
B = 20.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#405828 (or 0x405828) is known color: Clover. HEX triplet: 40, 58 and 28. RGB value is (64,88,40). Sum of RGB (Red+Green+Blue) = 64+88+40=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 88 - color contains mainly: green. Hex color #405828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405828 is #BFA7D7. Grayscale: #4B4B4B. Windows color (decimal): -12560344 or 2644032. OLE color: 2644032.

HSL color Cylindrical-coordinate representation of color #405828: hue angle of 90º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405828 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 40 -
CMYK 0.27 0 0.55 0.65
HSL 90º 0.38% 0.25% -
HSV(B) 90º 0.55% 0.35% -
XYZ 5.99 8.22 3.28 -
YUV 75.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 64 88 40 0.27 0 0.55 0.65 90 0.38 0.25
Hex 40 58 28 1B 0 37 41 5A 26 19
Octal 100 130 50 33 0 67 101 132 46 31
Binary 1000000 1011000 101000 11011 0 110111 1000001 1011010 100110 11001

Color Harmonies of #405828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405828

Black with #405828

Text Example


Text Example

White with #405828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405828; }

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

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

background-color css

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

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

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

border-color css

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

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

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