#42582D

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

Shades of Clover #42582D

Tints of Clover #42582D

Color information

#42582D (or 0x42582D) is unknown color: approx Clover. HEX triplet: 42, 58 and 2D. RGB value is (66,88,45). Sum of RGB (Red+Green+Blue) = 66+88+45=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #42582D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42582D is #BDA7D2. Grayscale: #4C4C4C. Windows color (decimal): -12429267 or 2971714. OLE color: 2971714.

HSL color Cylindrical-coordinate representation of color #42582D: hue angle of 90.7º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42582D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB668845-
CMYK0.2500.490.65
HSL90.7º32.33%26.08%-
HSV(B)90.7º48.86%34.51%-
XYZ6.218.333.76-
YUV76.52110.21120.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.17%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=33.17%
G=44.22%
B=22.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6688450.2500.490.6590.732.3326.08
Hex42582D19031415b201a
Octal10213055310611011334032
Binary100001010110001011011100101100011000001101101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42582D; }

 p { color: rgb(66,88,45); }

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

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

 a { background-color: rgb(66,88,45); }

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

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

 span { border-color: rgb(66,88,45); }

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