#3E502A

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

Shades of Clover #3E502A

Tints of Clover #3E502A

Color information

#3E502A (or 0x3E502A) is unknown color: approx Clover. HEX triplet: 3E, 50 and 2A. RGB value is (62,80,42). Sum of RGB (Red+Green+Blue) = 62+80+42=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #3E502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E502A is #C1AFD5. Grayscale: #464646. Windows color (decimal): -12693462 or 2773054. OLE color: 2773054.

HSL color Cylindrical-coordinate representation of color #3E502A: hue angle of 88.42º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E502A is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB628042-
CMYK0.2200.480.69
HSL88.42º31.15%23.92%-
HSV(B)88.42º47.5%31.37%-
XYZ5.276.933.25-
YUV70.29112.04122.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 80 (31.64% from 255) = 43.48%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=33.70%
G=43.48%
B=22.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6280420.2200.480.6988.4231.1523.92
Hex3E502A1603045581f18
Octal7612052260601051303730
Binary1111101010000101010101100110000100010110110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E502A; }

 p { color: rgb(62,80,42); }

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

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

 a { background-color: rgb(62,80,42); }

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

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

 span { border-color: rgb(62,80,42); }

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