#425C21

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

Shades of Clover #425C21

Tints of Clover #425C21

Color information

#425C21 (or 0x425C21) is unknown color: approx Clover. HEX triplet: 42, 5C and 21. RGB value is (66,92,33). Sum of RGB (Red+Green+Blue) = 66+92+33=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #425C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C21 is #BDA3DE. Grayscale: #4D4D4D. Windows color (decimal): -12428255 or 2186306. OLE color: 2186306.

HSL color Cylindrical-coordinate representation of color #425C21: hue angle of 86.44º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #425C21 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB669233-
CMYK0.2800.640.64
HSL86.44º47.2%24.51%-
HSV(B)86.44º64.13%36.08%-
XYZ6.358.922.83-
YUV77.5102.89119.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 92 (36.33% from 255) = 48.17%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=34.55%
G=48.17%
B=17.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692330.2800.640.6486.4447.224.51
Hex425C211C04040562f19
Octal102134413401001001265731
Binary1000010101110010000111100010000001000000101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425C21; }

 p { color: rgb(66,92,33); }

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

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

 a { background-color: rgb(66,92,33); }

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

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

 span { border-color: rgb(66,92,33); }

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