#425628

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

Shades of Clover #425628

Tints of Clover #425628

Color information

#425628 (or 0x425628) is unknown color: approx Clover. HEX triplet: 42, 56 and 28. RGB value is (66,86,40). Sum of RGB (Red+Green+Blue) = 66+86+40=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #425628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425628 is #BDA9D7. Grayscale: #4A4A4A. Windows color (decimal): -12429784 or 2643522. OLE color: 2643522.

HSL color Cylindrical-coordinate representation of color #425628: hue angle of 86.09º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #425628 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB668640-
CMYK0.2300.530.66
HSL86.09º36.51%24.71%-
HSV(B)86.09º53.49%33.73%-
XYZ5.967.973.23-
YUV74.78108.37121.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=34.38%
G=44.79%
B=20.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6686400.2300.530.6686.0936.5124.71
Hex4256281703542562519
Octal10212650270651021264531
Binary100001010101101010001011101101011000010101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425628; }

 p { color: rgb(66,86,40); }

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

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

 a { background-color: rgb(66,86,40); }

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

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

 span { border-color: rgb(66,86,40); }

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