#426020

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

Shades of Clover #426020

Tints of Clover #426020

Color information

#426020 (or 0x426020) is unknown color: approx Clover. HEX triplet: 42, 60 and 20. RGB value is (66,96,32). Sum of RGB (Red+Green+Blue) = 66+96+32=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #426020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426020 is #BD9FDF. Grayscale: #4F4F4F. Windows color (decimal): -12427232 or 2121794. OLE color: 2121794.

HSL color Cylindrical-coordinate representation of color #426020: hue angle of 88.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426020 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB669632-
CMYK0.3100.670.62
HSL88.12º50%25.1%-
HSV(B)88.12º66.67%37.65%-
XYZ6.699.632.87-
YUV79.73101.06118.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 32 (12.89% from 255) = 16.49%
R=34.02%
G=49.48%
B=16.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696320.3100.670.6288.125025.1
Hex4260201F0433E583219
Octal10214040370103761306231
Binary100001011000001000001111101000011111110101100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426020; }

 p { color: rgb(66,96,32); }

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

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

 a { background-color: rgb(66,96,32); }

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

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

 span { border-color: rgb(66,96,32); }

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