#425A2A

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

Shades of Clover #425A2A

Tints of Clover #425A2A

Color information

#425A2A (or 0x425A2A) is unknown color: approx Clover. HEX triplet: 42, 5A and 2A. RGB value is (66,90,42). Sum of RGB (Red+Green+Blue) = 66+90+42=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #425A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A2A is #BDA5D5. Grayscale: #4D4D4D. Windows color (decimal): -12428758 or 2775618. OLE color: 2775618.

HSL color Cylindrical-coordinate representation of color #425A2A: hue angle of 90º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #425A2A is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB669042-
CMYK0.2700.530.65
HSL90º36.36%25.88%-
HSV(B)90º53.33%35.29%-
XYZ6.328.643.52-
YUV77.35108.05119.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 90 (35.55% from 255) = 45.45%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=33.33%
G=45.45%
B=21.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690420.2700.530.659036.3625.88
Hex425A2A1B035415a241a
Octal10213252330651011324432
Binary100001010110101010101101101101011000001101101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,42); }

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

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

 a { background-color: rgb(66,90,42); }

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

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

 span { border-color: rgb(66,90,42); }

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