#425D1E

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

Shades of Clover #425D1E

Tints of Clover #425D1E

Color information

#425D1E (or 0x425D1E) is unknown color: approx Clover. HEX triplet: 42, 5D and 1E. RGB value is (66,93,30). Sum of RGB (Red+Green+Blue) = 66+93+30=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 30 (12.11% from 255 or 15.87% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #425D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D1E is #BDA2E1. Grayscale: #4D4D4D. Windows color (decimal): -12428002 or 1989954. OLE color: 1989954.

HSL color Cylindrical-coordinate representation of color #425D1E: hue angle of 85.71º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425D1E is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB669330-
CMYK0.2900.680.64
HSL85.71º51.22%24.12%-
HSV(B)85.71º67.74%36.47%-
XYZ6.49.082.64-
YUV77.74101.05119.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 30 (12.11% from 255) = 15.87%
R=34.92%
G=49.21%
B=15.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693300.2900.680.6485.7151.2224.12
Hex425D1E1D04440563318
Octal102135363501041001266330
Binary100001010111011111011101010001001000000101011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,93,30); }

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

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

 a { background-color: rgb(66,93,30); }

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

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

 span { border-color: rgb(66,93,30); }

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