#415D1E

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

Shades of Clover #415D1E

Tints of Clover #415D1E

Color information

#415D1E (or 0x415D1E) is unknown color: approx Clover. HEX triplet: 41, 5D and 1E. RGB value is (65,93,30). Sum of RGB (Red+Green+Blue) = 65+93+30=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 93 (36.72% from 255 or 49.47% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 93 - color contains mainly: green. Hex color #415D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415D1E is #BEA2E1. Grayscale: #4D4D4D. Windows color (decimal): -12493538 or 1989953. OLE color: 1989953.

HSL color Cylindrical-coordinate representation of color #415D1E: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #415D1E is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB659330-
CMYK0.3000.680.64
HSL86.67º51.22%24.12%-
HSV(B)86.67º67.74%36.47%-
XYZ6.339.052.64-
YUV77.45101.22119.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 93 (36.72% from 255) = 49.47%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=34.57%
G=49.47%
B=15.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6593300.3000.680.6486.6751.2224.12
Hex415D1E1E04440573318
Octal101135363601041001276330
Binary100000110111011111011110010001001000000101011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415D1E; }

 p { color: rgb(65,93,30); }

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

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

 a { background-color: rgb(65,93,30); }

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

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

 span { border-color: rgb(65,93,30); }

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