#405F1B

Color #405F1B Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #405F1B

Tints of Clover #405F1B

Color information

#405F1B (or 0x405F1B) is unknown color: approx Clover. HEX triplet: 40, 5F and 1B. RGB value is (64,95,27). Sum of RGB (Red+Green+Blue) = 64+95+27=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 95 (37.5% from 255 or 51.08% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 95 - color contains mainly: green. Hex color #405F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F1B is #BFA0E4. Grayscale: #4E4E4E. Windows color (decimal): -12558565 or 1793856. OLE color: 1793856.

HSL color Cylindrical-coordinate representation of color #405F1B: hue angle of 87.35º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #405F1B is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB649527-
CMYK0.3300.720.63
HSL87.35º55.74%23.92%-
HSV(B)87.35º71.58%37.25%-
XYZ6.49.352.5-
YUV77.9899.23118.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 95 (37.5% from 255) = 51.08%
BLUE value IS 27 (10.94% from 255) = 14.52%
R=34.41%
G=51.08%
B=14.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6495270.3300.720.6387.3555.7423.92
Hex405F1B210483F573818
Octal10013733410110771277030
Binary100000010111111101110000101001000111111101011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405F1B; }

 p { color: rgb(64,95,27); }

 H1.HeaderClassName
 {
   color: #405F1B;
 }
 .AnyTagClassName
 {
   color: #405F1B;
 }
</style>
background-color css

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

 a { background-color: rgb(64,95,27); }

 div.DivClassName
 {
   background-color: #405F1B;
 }
 .BgClassName
 {
   background-color: #405F1B;
 }
</style>
border-color css

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

 span { border-color: rgb(64,95,27); }

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