#425134

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

Shades of Clover #425134

Tints of Clover #425134

Color information

#425134 (or 0x425134) is unknown color: approx Clover. HEX triplet: 42, 51 and 34. RGB value is (66,81,52). Sum of RGB (Red+Green+Blue) = 66+81+52=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #425134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425134 is #BDAECB. Grayscale: #494949. Windows color (decimal): -12431052 or 3428674. OLE color: 3428674.

HSL color Cylindrical-coordinate representation of color #425134: hue angle of 91.03º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #425134 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.68.

Color convert

RGB668152-
CMYK0.1900.360.68
HSL91.03º21.8%26.08%-
HSV(B)91.03º35.8%31.76%-
XYZ5.817.294.35-
YUV73.21116.03122.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 81 (32.03% from 255) = 40.70%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=33.17%
G=40.70%
B=26.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6681520.1900.360.6891.0321.826.08
Hex42513413024445b161a
Octal10212164230441041332632
Binary10000101010001110100100110100100100010010110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425134; }

 p { color: rgb(66,81,52); }

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

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

 a { background-color: rgb(66,81,52); }

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

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

 span { border-color: rgb(66,81,52); }

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